VirtualBox

Changeset 61856 in vbox


Ignore:
Timestamp:
Jun 23, 2016 3:41:44 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8422: Runtime UI: Full-screen window: Update for r108260.

File:
1 edited

Legend:

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

    r61850 r61856  
    211211    setWindowState(Qt::WindowNoState);
    212212    windowHandle()->showMinimized();
     213
     214    /* If there is mini-toolbar: */
     215    if (m_pMiniToolBar)
     216    {
     217        /* Hide mini-toolbar and reset it's state to NONE: */
     218        m_pMiniToolBar->setWindowState(Qt::WindowNoState);
     219        m_pMiniToolBar->hide();
     220    }
    213221#  endif /* VBOX_WS_X11 */
    214222# endif /* QT_VERSION >= 0x050000 */
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