Changeset 476 for trunk/src/gui/kernel
- Timestamp:
- Jan 26, 2010, 1:37:14 PM (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/gui/kernel/qwidget_pm.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/gui/kernel/qwidget_pm.cppr428 r476 1720 1720 QRect r = QApplication::desktop()->screenGeometry(this); 1721 1721 QRect fs(d->frameStrut()); 1722 fs.adjust(-fs.left(), -fs.top(), fs.right(), fs.bottom());1722 r.adjust(-fs.left(), -fs.top(), fs.right(), fs.bottom()); 1723 1723 fl |= SWP_ZORDER | SWP_MOVE | SWP_SIZE; 1724 1724 WinSetWindowPos(fId, HWND_TOP, r.left(), 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
