Changeset 49177 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
- Timestamp:
- Oct 18, 2013 11:48:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r49013 r49177 197 197 /* Resize to the appropriate size: */ 198 198 resize(workingArea.size()); 199 /* Adjust guest if necessary: */200 machineView()-> normalizeGeometry(false);199 /* Adjust guest screen size if necessary: */ 200 machineView()->maybeAdjustGuestScreenSize(); 201 201 #ifndef Q_WS_MAC 202 202 /* Move mini-toolbar into appropriate place: */
Note:
See TracChangeset
for help on using the changeset viewer.