VirtualBox

Changeset 61493 in vbox


Ignore:
Timestamp:
Jun 6, 2016 2:24:36 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107826
Message:

Reverting r107822 because there is a better way of doing those things.

File:
1 edited

Legend:

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

    r61491 r61493  
    420420        !pFullscreenLogic->hasHostScreenForGuestScreen(m_uScreenId))
    421421    {
    422 #if defined(VBOX_WS_WIN) || defined(VBOX_WS_X11)
    423         /* If there is a mini-toolbar: */
    424         if (m_pMiniToolBar)
    425         {
    426             /* Hide mini-toolbar: */
    427             m_pMiniToolBar->hide();
    428         }
    429 #endif /* VBOX_WS_WIN || VBOX_WS_X11 */
    430 
    431422        /* Hide window: */
    432423        hide();
     
    477468            /* Show window in fullscreen mode: */
    478469            showFullScreen();
    479 
    480             /* If there is a mini-toolbar: */
    481             if (m_pMiniToolBar)
    482             {
    483                 /* Show mini-toolbar in full-screen mode: */
    484                 m_pMiniToolBar->showFullScreen();
    485             }
    486470        }
    487471#endif /* VBOX_WS_WIN || VBOX_WS_X11 */
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