Changeset 29339 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
- Timestamp:
- May 11, 2010 10:52:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r29337 r29339 568 568 #if defined(Q_WS_MAC) || defined(Q_WS_WIN) 569 569 machineView()->normalizeGeometry(true); 570 #else /* Q_WS_MAC */570 #else /* Q_WS_MAC || Q_WS_WIN */ 571 571 QTimer::singleShot(0, machineView(), SLOT(sltNormalizeGeometry())); 572 #endif /* Q_WS_MAC */572 #endif /* Q_WS_MAC || Q_WS_WIN */ 573 573 } 574 574
Note:
See TracChangeset
for help on using the changeset viewer.