Changeset 66949 in vbox for trunk/src/VBox
- Timestamp:
- May 18, 2017 1:52:56 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115488
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp
r66760 r66949 620 620 621 621 #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); 622 629 623 630 /* Adjust window: */
Note:
See TracChangeset
for help on using the changeset viewer.