VirtualBox

Changeset 61969 in vbox


Ignore:
Timestamp:
Jun 30, 2016 5:43:28 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108415
Message:

FE/Qt: bugref:8422: Runtime UI: Give window some time to show full-screen before restoring to minimized state when requested.

File:
1 edited

Legend:

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

    r61967 r61969  
    450450        {
    451451            m_fWasMinimized = false;
    452             showMinimized();
     452            QMetaObject::invokeMethod(this, "showMinimized", Qt::QueuedConnection);
    453453        }
    454454
     
    494494        {
    495495            m_fWasMinimized = false;
    496             showMinimized();
     496            QMetaObject::invokeMethod(this, "showMinimized", Qt::QueuedConnection);
    497497        }
    498498
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