Changeset 1549 for trunk/dll/mainwnd2.c


Ignore:
Timestamp:
Oct 25, 2010, 3:08:51 AM (15 years ago)
Author:
Gregg Young
Message:

This "fixes" the double entries in the tree container (Ticket 363); it also means the tree ignores the fSwitchTree* variables on startup. The only remaining problem is on the first focus changes between 2 directory containers the directory doesn't always get placed at the top of the tree container after the first switch to each it seems to work fine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd2.c

    r1544 r1549  
    888888        save_dir(s);
    889889      pd->hwndDir2 = StartDirCnr(hwnd, s, (HWND) 0, 3);
    890       if (fInitialDriveScan) {
    891         fInitialDriveScan = FALSE;
    892         DosPostEventSem(hevInitialCnrScanComplete);
    893         DosCloseEventSem(hevInitialCnrScanComplete);
    894       }
    895890      WinSetFocus(HWND_DESKTOP, pd->hwndCurr);
    896891
Note: See TracChangeset for help on using the changeset viewer.