Changeset 65411 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 24, 2017 10:07:52 AM (8 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
r63054 r65411 84 84 /* Recalculate max guest size: */ 85 85 setMaxGuestSize(); 86 /* And resize guest to that size: */ 87 if (m_bIsGuestAutoresizeEnabled && uisession()->isGuestSupportsGraphics()) 88 QTimer::singleShot(0, this, SLOT(sltPerformGuestResize())); 86 89 87 break; 90 88 } -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r63054 r65411 96 96 /* Recalculate max guest size: */ 97 97 setMaxGuestSize(); 98 /* And resize guest to that size: */ 99 if (uisession()->isGuestSupportsGraphics()) 100 QTimer::singleShot(0, this, SLOT(sltPerformGuestResize())); 98 101 99 break; 102 100 }
Note:
See TracChangeset
for help on using the changeset viewer.