Changeset 112 for trunk/src/gui/kernel/qwidget.cpp
- Timestamp:
- Aug 14, 2009, 5:13:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget.cpp
r95 r112 184 184 ,isScrolled(0) 185 185 ,isMoved(0) 186 #if def Q_WS_WIN186 #if 187 187 ,noPaintOnScreen(0) 188 188 #endif … … 9675 9675 "QWidgetPrivate::high_attributes[] too small to contain all attributes in WidgetAttribute"); 9676 9676 9677 #if def Q_WS_WIN9677 #if 9678 9678 if (attribute == Qt::WA_PaintOnScreen && on) { 9679 // see qwidget_ win.cpp, ::paintEngine for details9679 // see qwidget_.cpp, ::paintEngine for details 9680 9680 paintEngine(); 9681 9681 if (d->noPaintOnScreen)
Note:
See TracChangeset
for help on using the changeset viewer.