Changeset 50776 in vbox
- Timestamp:
- Mar 13, 2014 5:19:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r50681 r50776 632 632 emit sigNotifyAboutNativeFullscreenShouldBeEntered(pMachineWindow); 633 633 } 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 } 636 644 } 637 645 /* Validate window which is in fullscreen: */
Note:
See TracChangeset
for help on using the changeset viewer.