Changeset 672 for trunk/dll/mainwnd2.c
- Timestamp:
- May 13, 2007, 7:57:48 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/mainwnd2.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r593 r672 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005, 200 6Steven H. Levine9 Copyright (c) 2005, 2007 Steven H. Levine 10 10 11 11 23 May 05 SHL Use datamin.h … … 16 16 17 Jul 06 SHL Use Runtime_Error 17 17 30 Mar 07 GKY Remove GetPString for window class names 18 12 May 07 SHL Pass ulItemsToUnHilite to UnHilite 19 18 20 ***********************************************************************/ 19 21 … … 657 659 MPFROMLONG(CMA_FIRST), 658 660 MPFROMSHORT(CRA_CURSORED)); 659 if (pci && (INT) pci != -1 && (pci->rc.flRecordAttr & CRA_SELECTED)) 660 UnHilite(hwnd, TRUE, ((dcd) ? &dcd->lastselection : NULL)); 661 if (pci && (INT) pci != -1 && (pci->rc.flRecordAttr & CRA_SELECTED)) { 662 UnHilite(hwnd, 663 TRUE, 664 dcd ? &dcd->lastselection : NULL, 665 dcd ? dcd->ulItemsToUnHilite : 0); 666 } 661 667 } 662 668 }
Note:
See TracChangeset
for help on using the changeset viewer.
