Changeset 807 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Oct 27, 2010, 1:18:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r775 r807 1824 1824 ULONG fl = SWP_HIDE; 1825 1825 if (q->isWindow() && frameWinId() != NULLHANDLE) { 1826 if ( !(q->windowFlags() & Qt::Popup))1826 if ((q->windowFlags() & Qt::Popup) != Qt::Popup) 1827 1827 fl |= SWP_DEACTIVATE; 1828 1828 }
Note:
See TracChangeset
for help on using the changeset viewer.