Changeset 78778 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 27, 2019 10:08:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r76606 r78778 69 69 setMaxGuestSize(); 70 70 /* And resize guest to current window size: */ 71 if ( pEvent->spontaneous() &&m_bIsGuestAutoresizeEnabled && uisession()->isGuestSupportsGraphics())71 if (m_bIsGuestAutoresizeEnabled && uisession()->isGuestSupportsGraphics()) 72 72 QTimer::singleShot(300, this, SLOT(sltPerformGuestResize())); 73 73 break;
Note:
See TracChangeset
for help on using the changeset viewer.