Changeset 123 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Aug 20, 2009, 12:31:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r122 r123 1431 1431 WinSetWindowPos(fId, HWND_TOP, r.left(), 1432 1432 // flip y coodrinate 1433 QApplication::desktop()->height() - (r.top() + r. width()),1433 QApplication::desktop()->height() - (r.top() + r.()), 1434 1434 r.width(), r.height(), fl); 1435 1435 } else {
Note:
See TracChangeset
for help on using the changeset viewer.