Changeset 39077 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 21, 2011 1:40:27 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r39066 r39077 224 224 { 225 225 QSize hint = guestSizeHint(); 226 /* Temporarily restrict the size to prevent a brief resize to the 227 * framebuffer dimensions (see @a UIMachineView::sizeHint()) before 228 * the following resize() is acted upon. */ 229 setMaximumSize(hint); 226 230 resize(hint); 227 231 sltPerformGuestResize(hint); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
r39023 r39077 65 65 void prepareConsoleConnections(); 66 66 //void loadMachineViewSettings(); 67 /** If the last guest size hint was sent to switch to fullscreen or 68 * seamless mode then send one to restore the old view size. 69 * @note This method also does some hacks to suppress intermediary resizes 70 * to the old fullscreen size. */ 67 71 void maybeResendResizeHint(); 68 72
Note:
See TracChangeset
for help on using the changeset viewer.