Changeset 61856 in vbox
- Timestamp:
- Jun 23, 2016 3:41:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r61850 r61856 211 211 setWindowState(Qt::WindowNoState); 212 212 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 } 213 221 # endif /* VBOX_WS_X11 */ 214 222 # endif /* QT_VERSION >= 0x050000 */
Note:
See TracChangeset
for help on using the changeset viewer.

