VirtualBox

Ignore:
Timestamp:
May 21, 2008 3:42:14 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: #2844#c10: don't send a video mode hint when the guest additions become active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r8997 r9028  
    33233323            toggleFullscreenMode (true, true);
    33243324        /* 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
    33253328        console->setAutoresizeGuest (   mIsGraphicsSupported
    33263329                                     && vmAutoresizeGuestAction->isChecked());
     3330#endif
    33273331        vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported);
    33283332    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette