Changeset 51621 in vbox
- Timestamp:
- Jun 16, 2014 11:08:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp
r51587 r51621 104 104 * This even works with multi-screen. The user just have to move all the normal windows to the target host-screens 105 105 * and they will magically open there in fullscreen/seamless also. */ 106 QRect geo = gEDataManager->machineWindowGeometry( m_pMachineLogic->visualStateType(), iGuestScreen, vboxGlobal().managedVMUuid());106 QRect geo = gEDataManager->machineWindowGeometry(UIVisualStateType_Normal, iGuestScreen, vboxGlobal().managedVMUuid()); 107 107 /* If geometry is valid: */ 108 108 if (!geo.isNull())
Note:
See TracChangeset
for help on using the changeset viewer.