- Timestamp:
- Oct 27, 2010, 1:18:56 AM (15 years ago)
- Location:
- trunk/src/gui/kernel
- Files:
-
- 2 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 () 1827 1827 fl |= SWP_DEACTIVATE; 1828 1828 } -
trunk/src/gui/kernel/qwidget_win.cpp
r769 r807 1059 1059 #endif 1060 1060 if (q->windowFlags() != Qt::Desktop) { 1061 if ((q->windowFlags() & Qt::Popup) && q->internalWinId())1061 if ((q->windowFlags() & Qt::Popup) && q->internalWinId()) 1062 1062 ShowWindow(q->internalWinId(), SW_HIDE); 1063 1063 else if (q->internalWinId())
Note:
See TracChangeset
for help on using the changeset viewer.