Changeset 30869 in vbox
- Timestamp:
- Jul 16, 2010 9:50:25 AM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp
r30868 r30869 914 914 if (!m_fUSBAvailable) 915 915 actions.removeOne(m_actions.value(USBSec)); 916 QAction *pReturn = QMenu::exec(actions, m_pDetails->mapToGlobal(pos), 0 , this);916 QAction *pReturn = QMenu::exec(actions, m_pDetails->mapToGlobal(pos), 0); 917 917 if (pReturn) 918 918 { -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxToolBar.h
r29975 r30869 73 73 ::darwinSetShowsToolbarButton (this, aShow); 74 74 } 75 #endif /* Q_WS_MAC */ 75 76 76 77 void updateLayout() 77 78 { 79 #ifdef Q_WS_MAC 78 80 /* There is a bug in Qt Cocoa which result in showing a "more arrow" when 79 81 the necessary size of the toolbar is increased. Also for some languages … … 86 88 layout()->invalidate(); 87 89 layout()->activate(); 90 #endif /* Q_WS_MAC */ 88 91 } 89 #endif /* Q_WS_MAC */90 92 91 93 void setUsesTextLabel (bool aEnable)
Note:
See TracChangeset
for help on using the changeset viewer.