VirtualBox

Changeset 7444 in vbox for trunk


Ignore:
Timestamp:
Mar 13, 2008 7:22:51 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28882
Message:

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

    r7442 r7444  
    32253225{
    32263226    vmAutoresizeGuestAction->setEnabled (aActive);
    3227     vmSeamlessAction->setEnabled (aSeamlessSupported);
    3228     mIsSeamlessSupported = aSeamlessSupported;
    3229     /* If seamless mode should be enabled then check if it is enabled
    3230      * currently and re-enable it if open-view procedure is finished */
    3231     if (vmSeamlessAction->isOn() && mIsOpenViewFinished && aSeamlessSupported)
    3232         toggleFullscreenMode (true, true);
     3227    if (mIsSeamlessSupported != aSeamlessSupported)
     3228    {
     3229        vmSeamlessAction->setEnabled (aSeamlessSupported);
     3230        mIsSeamlessSupported = aSeamlessSupported;
     3231        /* If seamless mode should be enabled then check if it is enabled
     3232         * currently and re-enable it if open-view procedure is finished */
     3233        if (vmSeamlessAction->isOn() && mIsOpenViewFinished && aSeamlessSupported)
     3234            toggleFullscreenMode (true, true);
     3235    }
    32333236
    32343237    /* Check the GA version only in case of additions are active */
Note: See TracChangeset for help on using the changeset viewer.

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