Changeset 10098 for trunk/src/comctl32/rebar.c
- Timestamp:
- May 15, 2003, 4:26:27 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/rebar.c
r9370 r10098 1228 1228 infoPtr->hwndSelf, infoPtr->dwStyle, 1229 1229 x, y, width, height); 1230 SetWindowPos (infoPtr->hwndSelf, 0, x, y, width, height, 1231 SWP_NOZORDER); 1230 1231 //testestest 1232 #ifdef __WIN32OS2__ 1233 //NOTE: this one is causing problems!!!! 1234 #endif 1235 // SetWindowPos (infoPtr->hwndSelf, 0, x, y, width, height, 1236 // SWP_NOZORDER); 1237 //testestest 1232 1238 } 1233 1239
Note:
See TracChangeset
for help on using the changeset viewer.