Changeset 58013 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 2, 2015 3:35:41 PM (9 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/UIMachineViewFullscreen.cpp
r57591 r58013 209 209 sltPerformGuestResize(workingArea().size()); 210 210 /* And remember the size to know what we are resizing out of when we exit: */ 211 uisession()->setLastFullScreenSize(screenId(), workingArea().size());211 uisession()->setLastFullScreenSize(screenId(), scaledForward(scaledBackward(workingArea().size()))); 212 212 } 213 213 } -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r57591 r58013 217 217 sltPerformGuestResize(workingArea().size()); 218 218 /* And remember the size to know what we are resizing out of when we exit: */ 219 uisession()->setLastFullScreenSize(screenId(), workingArea().size());219 uisession()->setLastFullScreenSize(screenId(), scaledForward(scaledBackward(workingArea().size()))); 220 220 } 221 221 }
Note:
See TracChangeset
for help on using the changeset viewer.