VirtualBox

Changeset 66949 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 18, 2017 1:52:56 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115488
Message:

FE/Qt: Windows: Runtime UI: Mini-toolbar: Reset the full-screen toolbar state before a subsequent showFullScreen() call; This is required to make sure mini-toolbar is exposed again after moving to another host-screen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp

    r66760 r66949  
    620620
    621621#elif defined(VBOX_WS_WIN)
     622
     623    // WORKAROUND:
     624    // If the host-screen is changed => we should
     625    // reset window state to NONE first because
     626    // we need an expose on showFullScreen call.
     627    if (m_geometryType == GeometryType_Full)
     628        setWindowState(Qt::WindowNoState);
    622629
    623630    /* Adjust window: */
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