VirtualBox

Changeset 7445 in vbox


Ignore:
Timestamp:
Mar 13, 2008 7:38:14 PM (17 years ago)
Author:
vboxsync
Message:

Frontends/VirtualBox4: synced r28882: when a guest capabilities change is signalled, only process a seamless change if it really has happened

File:
1 edited

Legend:

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

    r7442 r7445  
    32423242{
    32433243    vmAutoresizeGuestAction->setEnabled (aActive);
    3244     vmSeamlessAction->setEnabled (aSeamlessSupported);
    3245     mIsSeamlessSupported = aSeamlessSupported;
    3246     /* If seamless mode should be enabled then check if it is enabled
    3247      * currently and re-enable it if open-view procedure is finished */
    3248     if (vmSeamlessAction->isChecked() && mIsOpenViewFinished && aSeamlessSupported)
    3249         toggleFullscreenMode (true, true);
     3244    if (mIsSeamlessSupported != aSeamlessSupported)
     3245    {
     3246        vmSeamlessAction->setEnabled (aSeamlessSupported);
     3247        mIsSeamlessSupported = aSeamlessSupported;
     3248        /* If seamless mode should be enabled then check if it is enabled
     3249         * currently and re-enable it if open-view procedure is finished */
     3250        if (vmSeamlessAction->isOn() && mIsOpenViewFinished && aSeamlessSupported)
     3251            toggleFullscreenMode (true, true);
     3252    }
    32503253
    32513254    /* Check the GA version only in case of additions are active */
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