Changeset 950 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Feb 15, 2008, 5:39:04 PM (17 years ago)
Author:
Gregg Young
Message:

Cleanup of code to remove close menu item from tree container & conditionally move item.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r947 r950  
    29542954                                 WS_VISIBLE | fwsAnimate,
    29552955                                 FM3ModHandle, TREE_FRAME, &hwndClient);
    2956   if (flags & 4) {
     2956  if (hwndParent != HWND_DESKTOP) {
    29572957    hwndSysMenu = WinWindowFromID(hwndFrame, FID_SYSMENU);
    29582958    if (hwndSysMenu != NULLHANDLE)
Note: See TracChangeset for help on using the changeset viewer.