Changeset 48690 in vbox
- Timestamp:
- Sep 25, 2013 4:11:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r48688 r48690 83 83 setMaxGuestSize(); 84 84 /* And resize guest to current window size: */ 85 setMaxGuestSize();86 85 if (pEvent->spontaneous() && m_bIsGuestAutoresizeEnabled && uisession()->isGuestSupportsGraphics()) 87 86 QTimer::singleShot(300, this, SLOT(sltPerformGuestResize()));
Note:
See TracChangeset
for help on using the changeset viewer.