Changeset 807 for trunk/src/gui/kernel/qwidget_win.cpp
- Timestamp:
- Oct 27, 2010, 1:18:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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) == 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.