Changeset 187 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Sep 17, 2009, 3:09:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r186 r187 1938 1938 qt_WinSetWindowPos(q->internalWinId(), 0, xrect.x(), 1939 1939 // flip y coordinate 1940 h - (xrect.y() + 1),1940 h - (xrect.y() + ), 1941 1941 xrect.width(), xrect.height(), 1942 1942 SWP_MOVE | SWP_SIZE); … … 1999 1999 qt_WinSetWindowPos(q->internalWinId(), 0, xrect.x(), 2000 2000 // flip y coordinate 2001 h - (xrect.y() + 1),2001 h - (xrect.y() + ), 2002 2002 xrect.width(), xrect.height(), SWP_MOVE | SWP_SIZE); 2003 2003 }
Note:
See TracChangeset
for help on using the changeset viewer.