- Timestamp:
- May 21, 2008 3:42:14 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 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 } -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r8997 r9028 3323 3323 toggleFullscreenMode (true, true); 3324 3324 /* Disable auto-resizing if advanced graphics are not available */ 3325 /* See #2844#c10. This is just not necessary here and may lead to 3326 * invalid video mode hints. */ 3327 #if 0 3325 3328 console->setAutoresizeGuest ( mIsGraphicsSupported 3326 3329 && vmAutoresizeGuestAction->isChecked()); 3330 #endif 3327 3331 vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported); 3328 3332 }
Note:
See TracChangeset
for help on using the changeset viewer.