Ignore:
Timestamp:
Aug 14, 2009, 11:20:20 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Implemented QWidget::map[To|From]Global.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r112 r114  
    132132//  inline void showChildren(bool spontaneous) { d_func()->showChildren(spontaneous); }
    133133//  inline void hideChildren(bool spontaneous) { d_func()->hideChildren(spontaneous); }
     134
    134135//  inline uint testWindowState(uint teststate){ return dataPtr()->window_state & teststate; }
    135136//  inline void forceUpdate() {
     
    14461447    // qwidget_pm.cpp), we have to validate areas that intersect with our
    14471448    // children and siblings, taking their clip regions into account.
    1448 //    validateObstacles();
     1449    validateObstacles();
    14491450
    14501451    Q_ASSERT(testAttribute(Qt::WA_WState_Created));
     
    14731474    d_func()->hd = WinBeginPaint(internalWinId(), 0, &rcl);
    14741475
     1476
     1477
     1478
     1479
     1480
     1481
    14751482    // it's possible that the update rectangle is empty
    14761483    if (rcl.xRight <= rcl.xLeft || rcl.yTop <= rcl.yBottom) {
Note: See TracChangeset for help on using the changeset viewer.