Changeset 1027 for trunk/src/comctl32/hotkey.c
- Timestamp:
- Sep 23, 1999, 7:26:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/hotkey.c
r1022 r1027 1 /* $Id: hotkey.c,v 1. 8 1999-09-23 15:50:21cbratschi Exp $ */1 /* $Id: hotkey.c,v 1.9 1999-09-23 17:26:29 cbratschi Exp $ */ 2 2 /* 3 3 * Hotkey control … … 24 24 25 25 GetClientRect(hwnd,&rect); 26 InflateRect(&rect,- 2,-2);26 InflateRect(&rect,-1,-2); //CB: x only -1 -> bug! 27 27 InvalidateRect(hwnd,&rect,FALSE); 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.