Ignore:
Timestamp:
Aug 4, 2011, 8:42:53 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: gui: Make blocked widgets follow modal on Z-order change.

This makes sure that whenever the modal widget is brought
to front, all the ones it blocks will be placed right underneath it
keeping their original z-order at the time of blocking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget_pm.cpp

    r809 r938  
    23832383    extra->topextra->swEntry = NULLHANDLE;
    23842384    extra->topextra->iconPointer = NULLHANDLE;
     2385
    23852386}
    23862387
    23872388void QWidgetPrivate::deleteTLSysExtra()
    23882389{
     2390
    23892391    if (extra->topextra->iconPointer != NULLHANDLE)
    23902392        WinDestroyPointer(extra->topextra->iconPointer);
Note: See TracChangeset for help on using the changeset viewer.