VirtualBox

Changeset 30869 in vbox


Ignore:
Timestamp:
Jul 16, 2010 9:50:25 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: fix burns

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  
    914914    if (!m_fUSBAvailable)
    915915        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);
    917917    if (pReturn)
    918918    {
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxToolBar.h

    r29975 r30869  
    7373        ::darwinSetShowsToolbarButton (this, aShow);
    7474    }
     75#endif /* Q_WS_MAC */
    7576
    7677    void updateLayout()
    7778    {
     79#ifdef Q_WS_MAC
    7880        /* There is a bug in Qt Cocoa which result in showing a "more arrow" when
    7981           the necessary size of the toolbar is increased. Also for some languages
     
    8688        layout()->invalidate();
    8789        layout()->activate();
     90#endif /* Q_WS_MAC */
    8891    }
    89 #endif /* Q_WS_MAC */
    9092
    9193    void setUsesTextLabel (bool aEnable)
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