Changeset 1470 for trunk/dll/comp.c


Ignore:
Timestamp:
Oct 14, 2009, 1:41:21 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/comp.c

    r1469 r1470  
    26042604            if (pci) {
    26052605              if (!*pci->pszFileName) {
    2606                 // Slot empty
    2607                 // 17 Jan 08 SHL fixme to know how can get here
    2608                 Runtime_Error(pszSrcFile, __LINE__, NULL);
    2609                 // 12 Jan 08 SHL fixme to know if select counts need update?
     2606                // User clicked on empty slot - just clear
    26102607                if (pci->rc.flRecordAttr & CRA_SELECTED)
    26112608                  WinSendDlgItemMsg(hwnd, SHORT1FROMMP(mp1),
Note: See TracChangeset for help on using the changeset viewer.