Changeset 61663 in vbox
- Timestamp:
- Jun 10, 2016 3:44:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r61659 r61663 424 424 setWindowState(Qt::WindowNoState); 425 425 hide(); 426 #if defined(VBOX_WS_WIN) || defined(VBOX_WS_X11) 426 427 /* If there is mini-toolbar: */ 427 428 if (m_pMiniToolBar) … … 431 432 m_pMiniToolBar->hide(); 432 433 } 434 #endif /* VBOX_WS_WIN || VBOX_WS_X11 */ 433 435 } 434 436 else
Note:
See TracChangeset
for help on using the changeset viewer.