- Timestamp:
- May 27, 2016 2:50:41 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r61101 r61248 1695 1695 { 1696 1696 #ifdef VBOX_WS_MAC 1697 m_pToolBar->setHidden(!gEDataManager->selectorWindowToolBarVisible()); 1697 // WORKAROUND: 1698 // There is an issue in Qt5 main-window tool-bar implementation: 1699 // if you are hiding it before it's shown for the first time, 1700 // there is an ugly empty container appears instead, so we 1701 // have to hide tool-bar asynchronously to avoid that. 1702 if (!gEDataManager->selectorWindowToolBarVisible()) 1703 QMetaObject::invokeMethod(m_pToolBar, "hide", Qt::QueuedConnection); 1698 1704 #else /* VBOX_WS_MAC */ 1699 1705 m_pBar->setHidden(!gEDataManager->selectorWindowToolBarVisible());
Note:
See TracChangeset
for help on using the changeset viewer.