Changeset 1471 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Oct 14, 2009, 1:43:04 AM (16 years ago)
Author:
Steven Levine
Message:

Remember last filter mask selection
Use Ctrl-click to select state or commonly used directory quicklist entry without activating.
Use Ctrl-click to select walk dialog user list entry without activating.
Avoid drivebar MB2 exception
Remember last seek and scan mask selection across runs
Avoid traps when changing tree container display style
Restore missing drives to drive list dropdown
Minor documentation updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1456 r1471  
    106106#include "notebook.h"                   // CfgDlgProc
    107107#include "command.h"                    // RunCommand
    108 #include "worker.h"             // Action, MassAction
     108#include "worker.h"                     // Action, MassAction
    109109#include "mainwnd.h"                    // BubbleHelp, FindDirCnrByName, GetNextWindowPos
    110110#include "misc.h"                       // CnrDirectEdit, EmphasizeButton, FindDirCnr
    111                                 // FindDirCnr, FixSwitchList, OpenEdit, QuickPopup
    112                                 // SetSortChecks, SwitchCommand, CheckMenu
    113                                 // CurrentRecord, IsFm2Window
     111                                        // FindDirCnr, FixSwitchList, OpenEdit, QuickPopup
     112                                        // SetSortChecks, SwitchCommand, CheckMenu
     113                                        // CurrentRecord, IsFm2Window
    114114#include "common.h"                     // CommonCnrProc, CommonDriveCmd, CommonFrameWndProc
    115                                 // CommonTextProc
     115                                        // CommonTextProc
    116116#include "valid.h"                      // CheckDrive, DriveFlagsOne, IsValidDrive
    117117#include "chklist.h"                    // DropListProc
     
    838838        }
    839839      }
     840      // 21 Sep 09 SHL fixme to know why checking again - focus change?
    840841      if (dcd->hwndFrame == WinQueryActiveWindow(dcd->hwndParent))
    841842        WinSetWindowText(hwndStatus, s);
Note: See TracChangeset for help on using the changeset viewer.