Changeset 9028 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 21, 2008 3:42:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r9009 r9028 3286 3286 toggleFullscreenMode (true, true); 3287 3287 /* Disable auto-resizing if advanced graphics are not available */ 3288 /* See #2844#c10. This is just not necessary here and may lead to 3289 * invalid video mode hints. */ 3290 #if 0 3288 3291 console->setAutoresizeGuest ( mIsGraphicsSupported 3289 3292 && vmAutoresizeGuestAction->isOn()); 3293 #endif 3290 3294 vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported); 3291 3295 }
Note:
See TracChangeset
for help on using the changeset viewer.