Changeset 711
- Timestamp:
- Apr 26, 2010, 5:36:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r706 r711 1874 1874 if (q->isWindow()) { 1875 1875 if (q->windowType() != Qt::Popup && 1876 1876 1877 q->windowType() != Qt::Tool && 1877 (q->windowType() != Qt::Dialog || !q->parentWidget()) 1878 (q->windowType() != Qt::Dialog || !q->parentWidget()) && 1879 (q->windowType() != Qt::SplashScreen || 1880 (data.window_flags & Qt::WindowTitleHint)) 1878 1881 ) { 1879 1882 HSWITCH &swEntry = topData()->swEntry;
Note:
See TracChangeset
for help on using the changeset viewer.