VirtualBox

Changeset 61498 in vbox


Ignore:
Timestamp:
Jun 6, 2016 3:11:05 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8387: Avoid multiple calls to mini-toolbar show/hide wrappers (s.a. r107747), it causing glitch with Qt5.

File:
1 edited

Legend:

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

    r61495 r61498  
    6969        {
    7070            /* If there is a mini-toolbar: */
    71             if (m_pMiniToolBar)
     71            if (m_pMiniToolBar && m_pMiniToolBar->isVisible())
    7272            {
    7373                /* Hide mini-toolbar: */
     
    7979        {
    8080            /* If there is a mini-toolbar: */
    81             if (m_pMiniToolBar)
     81            if (m_pMiniToolBar && !m_pMiniToolBar->isVisible())
    8282            {
    8383                /* Show mini-toolbar in full-screen mode: */
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