Changeset 61498 in vbox
- Timestamp:
- Jun 6, 2016 3:11:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r61495 r61498 69 69 { 70 70 /* If there is a mini-toolbar: */ 71 if (m_pMiniToolBar )71 if (m_pMiniToolBar && m_pMiniToolBar->isVisible()) 72 72 { 73 73 /* Hide mini-toolbar: */ … … 79 79 { 80 80 /* If there is a mini-toolbar: */ 81 if (m_pMiniToolBar )81 if (m_pMiniToolBar && !m_pMiniToolBar->isVisible()) 82 82 { 83 83 /* Show mini-toolbar in full-screen mode: */
Note:
See TracChangeset
for help on using the changeset viewer.