Changeset 63930 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 21, 2016 4:30:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r63928 r63930 1146 1146 sltHandleChooserPaneIndexChange(); 1147 1147 1148 #if def VBOX_WS_MAC1148 #if defined(VBOX_WS_MAC) && QT_VERSION < 0x050000 1149 1149 /* Avoid bug in Qt Cocoa which results in showing a "more arrow" on size-hint changes: */ 1150 1150 m_pToolBar->updateLayout(); 1151 #endif /* VBOX_WS_MAC */1151 #endif 1152 1152 } 1153 1153 … … 1781 1781 m_pToolBar->addWidget(pSpace); 1782 1782 1783 #if def VBOX_WS_MAC1784 /* Update toolbar on Mac OS X: */1783 #if defined(VBOX_WS_MAC) && QT_VERSION < 0x050000 1784 /* Avoid bug in Qt Cocoa which results in showing a "more arrow" on size-hint changes: */ 1785 1785 m_pToolBar->updateLayout(); 1786 #endif /* VBOX_WS_MAC */1786 #endif 1787 1787 1788 1788 /* Prepare graphics VM list: */ … … 2134 2134 actionPool()->action(UIActionIndexST_M_Machine_T_Pause)->blockSignals(false); 2135 2135 2136 #if def VBOX_WS_MAC2136 #if defined(VBOX_WS_MAC) && QT_VERSION < 0x050000 2137 2137 /* Avoid bug in Qt Cocoa which results in showing a "more arrow" on size-hint changes: */ 2138 2138 m_pToolBar->updateLayout(); 2139 #endif /* VBOX_WS_MAC */2139 #endif 2140 2140 } 2141 2141
Note:
See TracChangeset
for help on using the changeset viewer.