Changeset 68395 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 11, 2017 2:27:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r68392 r68395 2349 2349 actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Details)->setEnabled(isActionEnabled(UIActionIndexST_M_Tools_M_Machine_Details, items)); 2350 2350 actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Snapshots)->setEnabled(isActionEnabled(UIActionIndexST_M_Tools_M_Machine_Snapshots, items)); 2351 2352 #ifdef VBOX_WS_MAC2353 // WORKAROUND:2354 // There is a bug in Qt Cocoa which result in showing a "more arrow" when2355 // the necessary size of the toolbar is increased. Also for some languages2356 // the with doesn't match if the text increase. So manually adjust the size2357 // after changing the text.2358 m_pToolBar->updateLayout();2359 #endif2360 2351 } 2361 2352
Note:
See TracChangeset
for help on using the changeset viewer.