Changeset 26943 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 2, 2010 1:33:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r26937 r26943 306 306 #endif 307 307 308 309 308 /* We have to show the window early, or the position will be wrong on the 310 309 Mac */ 310 #ifdef Q_WS_MAC 311 311 show(); 312 move(0,0); 312 #endif /* Q_WS_MAC */ 313 313 314 314 #ifdef Q_WS_MAC … … 329 329 #endif/* !Q_WS_MAC */ 330 330 331 #ifndef Q_WS_MAC 332 show(); 333 #endif /* !Q_WS_MAC */ 334 331 335 // m_pMachineView->normalizeGeometry(true); 332 336 // ((UIMachineViewFullscreen*)m_pMachineView)->sltPerformGuestResize(maximumSize());
Note:
See TracChangeset
for help on using the changeset viewer.