- Timestamp:
- Jun 3, 2003, 2:29:16 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/rebar.c
r10098 r10139 1229 1229 x, y, width, height); 1230 1230 1231 //testestest1232 1231 #ifdef __WIN32OS2__ 1233 1232 //NOTE: this one is causing problems!!!! 1233 if(height != 0) 1234 1234 #endif 1235 // SetWindowPos (infoPtr->hwndSelf, 0, x, y, width, height, 1236 // SWP_NOZORDER); 1237 //testestest 1235 SetWindowPos (infoPtr->hwndSelf, 0, x, y, width, height, 1236 SWP_NOZORDER); 1238 1237 } 1239 1238
Note:
See TracChangeset
for help on using the changeset viewer.