VirtualBox

Changeset 9028 in vbox for trunk


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

Location:
trunk/src/VBox/Frontends
Files:
2 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    }
  • 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