VirtualBox

Ignore:
Timestamp:
May 13, 2014 4:21:59 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Mac OS X: Runtime UI: Native Full Screen: Take into account only visible windows which have valid mapping for fade in/out needs.

File:
1 edited

Legend:

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

    r51246 r51247  
    131131    QSet<UIMachineWindow*> visibleMachineWindows;
    132132    foreach (UIMachineWindow *pMachineWindow, machineWindows())
    133         if (uisession()->isScreenVisible(pMachineWindow->screenId()))
     133        if (   uisession()->isScreenVisible(pMachineWindow->screenId())
     134            && hasHostScreenForGuestScreen(pMachineWindow->screenId()))
    134135            visibleMachineWindows << pMachineWindow;
    135136    if (   !darwinScreensHaveSeparateSpaces()
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