VirtualBox

Changeset 3702 in vbox for trunk


Ignore:
Timestamp:
Jul 18, 2007 8:40:33 PM (17 years ago)
Author:
vboxsync
Message:

Fixing the problem with auto-resizing during switching between maximized and fullscreen/seamless modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r3701 r3702  
    12761276                     * variable should be set to true here in case of mainwnd is
    12771277                     * maximized or in fullscreen state. */
    1278                     if (mainwnd->isMaximized() || mainwnd->isTrueFullscreen()
    1279                                                || mainwnd->isTrueSeamless())
    1280                         ignore_mainwnd_resize = true;
     1278                    /* Not sure if it is really required */
     1279                    //if (mainwnd->isMaximized() || mainwnd->isTrueFullscreen()
     1280                    //                           || mainwnd->isTrueSeamless())
     1281                    //    ignore_mainwnd_resize = true;
    12811282                }
    12821283                break;
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