VirtualBox

Changeset 27143 in vbox for trunk/src


Ignore:
Timestamp:
Mar 7, 2010 4:47:32 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: do not process shortcuts to invisible actions.

File:
1 edited

Legend:

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

    r27132 r27143  
    11711171            continue;
    11721172        QString hotkey = VBoxGlobal::extractKeyFromActionText(pAction->text());
    1173         if (pAction->isEnabled() && !hotkey.isEmpty())
     1173        if (pAction->isEnabled() && pAction->isVisible() && !hotkey.isEmpty())
    11741174        {
    11751175            if (key.matches(QKeySequence(hotkey)) == QKeySequence::ExactMatch)
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