Changeset 10139 for trunk/src


Ignore:
Timestamp:
Jun 3, 2003, 2:29:16 PM (22 years ago)
Author:
sandervl
Message:

different rebar fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/rebar.c

    r10098 r10139  
    12291229        x, y, width, height);
    12301230
    1231 //testestest
    12321231#ifdef __WIN32OS2__
    12331232//NOTE: this one is causing problems!!!!
     1233    if(height != 0)
    12341234#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);
    12381237}
    12391238
Note: See TracChangeset for help on using the changeset viewer.