- Timestamp:
- May 29, 2002, 8:49:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/status.c
r8522 r8526 1051 1051 return FALSE; 1052 1052 } 1053 #ifdef __WIN32OS2__ 1054 if (GetWindowLongW(infoPtr->Self, GWL_STYLE) & CCS_NORESIZE) { 1055 //@@PF At least do invalidate to erase garbage 1056 InvalidateRect(infoPtr->Self,NULL,TRUE); 1057 return FALSE; 1058 } 1059 #else 1053 1060 if (GetWindowLongW(infoPtr->Self, GWL_STYLE) & CCS_NORESIZE) return FALSE; 1054 1061 #endif 1062 1055 1063 /* width and height don't apply */ 1056 1064 GetClientRect (GetParent(infoPtr->Self), &parent_rect);
Note:
See TracChangeset
for help on using the changeset viewer.