Changeset 48689 in vbox
- Timestamp:
- Sep 25, 2013 4:07:38 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/UIMachineViewFullscreen.cpp
r46361 r48689 83 83 break; 84 84 85 /* Recalculate max guest size: */ 86 setMaxGuestSize(); 87 /* And resize guest to that size: */ 85 88 if (m_bIsGuestAutoresizeEnabled && uisession()->isGuestSupportsGraphics()) 86 89 QTimer::singleShot(0, this, SLOT(sltPerformGuestResize())); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r46364 r48689 89 89 break; 90 90 91 /* Recalculate max guest size: */ 92 setMaxGuestSize(); 93 /* And resize guest to that size: */ 91 94 if (uisession()->isGuestSupportsGraphics()) 92 95 QTimer::singleShot(0, this, SLOT(sltPerformGuestResize()));
Note:
See TracChangeset
for help on using the changeset viewer.