VirtualBox

Changeset 50776 in vbox


Ignore:
Timestamp:
Mar 13, 2014 5:19:07 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Mac OS X: 7016: Fix for r92618 & r92620: Fade to normal in one additional case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp

    r50681 r50776  
    632632                emit sigNotifyAboutNativeFullscreenShouldBeEntered(pMachineWindow);
    633633            }
    634             /* Else make sure that window is hidden: */
    635             else pMachineWindow->showInNecessaryMode();
     634            /* If that window
     635             * is shown while shouldn't: */
     636            else if (pMachineWindow->isVisible())
     637            {
     638                /* Else make sure that window is hidden: */
     639                pMachineWindow->showInNecessaryMode();
     640
     641                /* Fade to normal: */
     642                fadeToNormal();
     643            }
    636644        }
    637645        /* Validate window which is in fullscreen: */
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