VirtualBox

Changeset 61490 in vbox for trunk/src


Ignore:
Timestamp:
Jun 6, 2016 12:52:45 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107822
Message:

FE/Qt: bugref:8387: Partially reverting r107747: Mini-toolbar hide/show functionality isn't only related to machine-window minimization functionality, it's general.

File:
1 edited

Legend:

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

    r61437 r61490  
    409409        !pFullscreenLogic->hasHostScreenForGuestScreen(m_uScreenId))
    410410    {
     411#if defined(VBOX_WS_WIN) || defined(VBOX_WS_X11)
     412        /* If there is a mini-toolbar: */
     413        if (m_pMiniToolBar)
     414        {
     415            /* Hide mini-toolbar: */
     416            m_pMiniToolBar->hide();
     417        }
     418#endif /* VBOX_WS_WIN || VBOX_WS_X11 */
     419
    411420        /* Hide window: */
    412421        hide();
     
    457466            /* Show window in fullscreen mode: */
    458467            showFullScreen();
     468
     469            /* If there is a mini-toolbar: */
     470            if (m_pMiniToolBar)
     471            {
     472                /* Show mini-toolbar in full-screen mode: */
     473                m_pMiniToolBar->showFullScreen();
     474            }
    459475        }
    460476#endif /* VBOX_WS_WIN || VBOX_WS_X11 */
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