VirtualBox

Changeset 68395 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 11, 2017 2:27:32 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8900: macOS: Selector UI: Remove w/a because it's excessive and cause flickering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r68392 r68395  
    23492349    actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Details)->setEnabled(isActionEnabled(UIActionIndexST_M_Tools_M_Machine_Details, items));
    23502350    actionPool()->action(UIActionIndexST_M_Tools_M_Machine_Snapshots)->setEnabled(isActionEnabled(UIActionIndexST_M_Tools_M_Machine_Snapshots, items));
    2351 
    2352 #ifdef VBOX_WS_MAC
    2353     // WORKAROUND:
    2354     // There is a bug in Qt Cocoa which result in showing a "more arrow" when
    2355     // the necessary size of the toolbar is increased. Also for some languages
    2356     // the with doesn't match if the text increase. So manually adjust the size
    2357     // after changing the text.
    2358     m_pToolBar->updateLayout();
    2359 #endif
    23602351}
    23612352
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette