Changeset 169 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Sep 8, 2009, 5:29:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r142 r169 1569 1569 QRect r = QApplication::desktop()->screenGeometry(this); 1570 1570 QRect fs(d->frameStrut()); 1571 r.rLeft() -= fs.left(); 1572 r.rRight() += fs.right(); 1573 r.rTop() -= fs.top(); 1574 r.rBottom() += fs.bottom(); 1571 fs.adjust(-fs.left(), -fs.top(), fs.right(), fs.bottom()); 1575 1572 fl |= SWP_ZORDER | SWP_MOVE | SWP_SIZE; 1576 1573 WinSetWindowPos(fId, HWND_TOP, r.left(),
Note:
See TracChangeset
for help on using the changeset viewer.