- Timestamp:
- Oct 30, 2013 2:58:17 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r49309 r49335 82 82 void UIMachineLogicFullscreen::maybeAdjustGuestScreenSize() 83 83 { 84 /* We should rebuild screen-layout: */ 84 85 m_pScreenLayout->rebuild(); 86 /* And update machine-windows sizes finally: */ 87 foreach (UIMachineWindow *pMachineWindow, machineWindows()) 88 pMachineWindow->handleScreenGeometryChange(); 85 89 } 86 90 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp
r49309 r49335 82 82 void UIMachineLogicSeamless::maybeAdjustGuestScreenSize() 83 83 { 84 /* We should rebuild screen-layout: */ 84 85 m_pScreenLayout->rebuild(); 86 /* We should update machine-windows sizes: */ 87 foreach (UIMachineWindow *pMachineWindow, machineWindows()) 88 pMachineWindow->handleScreenGeometryChange(); 85 89 } 86 90
Note:
See TracChangeset
for help on using the changeset viewer.