Changeset 114 for trunk/src/gui/kernel/qapplication_pm.cpp
- Timestamp:
- Aug 14, 2009, 11:20:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r112 r114 132 132 // inline void showChildren(bool spontaneous) { d_func()->showChildren(spontaneous); } 133 133 // inline void hideChildren(bool spontaneous) { d_func()->hideChildren(spontaneous); } 134 134 135 // inline uint testWindowState(uint teststate){ return dataPtr()->window_state & teststate; } 135 136 // inline void forceUpdate() { … … 1446 1447 // qwidget_pm.cpp), we have to validate areas that intersect with our 1447 1448 // children and siblings, taking their clip regions into account. 1448 //validateObstacles();1449 validateObstacles(); 1449 1450 1450 1451 Q_ASSERT(testAttribute(Qt::WA_WState_Created)); … … 1473 1474 d_func()->hd = WinBeginPaint(internalWinId(), 0, &rcl); 1474 1475 1476 1477 1478 1479 1480 1481 1475 1482 // it's possible that the update rectangle is empty 1476 1483 if (rcl.xRight <= rcl.xLeft || rcl.yTop <= rcl.yBottom) {
Note:
See TracChangeset
for help on using the changeset viewer.