VirtualBox

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


Ignore:
Timestamp:
Mar 19, 2010 2:07:40 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: new core: no Host+Home in normal view on the Mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp

    r27415 r27538  
    141141bool UIMachineViewNormal::event(QEvent *pEvent)
    142142{
     143    /* We don't want this on the Mac, cause there the menu bar isn't within the
     144     * window and popping up a menu there looks really ugly. */
     145#ifndef Q_WS_MAC
    143146    switch (pEvent->type())
    144147    {
     
    185188            break;
    186189    }
     190#endif /* !Q_WS_MAC */
    187191    return UIMachineView::event(pEvent);
    188192}
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