Ignore:
Timestamp:
Sep 17, 2009, 3:09:44 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed child widget duplication (#74).

File:
1 edited

Legend:

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

    r186 r187  
    19381938                    qt_WinSetWindowPos(q->internalWinId(), 0, xrect.x(),
    19391939                                       // flip y coordinate
    1940                                        h - (xrect.y() + 1),
     1940                                       h - (xrect.y() + ),
    19411941                                       xrect.width(), xrect.height(),
    19421942                                       SWP_MOVE | SWP_SIZE);
     
    19991999        qt_WinSetWindowPos(q->internalWinId(), 0, xrect.x(),
    20002000                           // flip y coordinate
    2001                            h - (xrect.y() + 1),
     2001                           h - (xrect.y() + ),
    20022002                           xrect.width(), xrect.height(), SWP_MOVE | SWP_SIZE);
    20032003    }
Note: See TracChangeset for help on using the changeset viewer.