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/VirtualBox/src/VBoxConsoleWnd.cpp

    r9009 r9028  
    32863286            toggleFullscreenMode (true, true);
    32873287        /* 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
    32883291        console->setAutoresizeGuest (   mIsGraphicsSupported
    32893292                                     && vmAutoresizeGuestAction->isOn());
     3293#endif
    32903294        vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported);
    32913295    }
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