- Timestamp:
- Mar 7, 2010 4:47:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp
r27132 r27143 1171 1171 continue; 1172 1172 QString hotkey = VBoxGlobal::extractKeyFromActionText(pAction->text()); 1173 if (pAction->isEnabled() && !hotkey.isEmpty())1173 if (pAction->isEnabled() && pAction->isVisible() && !hotkey.isEmpty()) 1174 1174 { 1175 1175 if (key.matches(QKeySequence(hotkey)) == QKeySequence::ExactMatch)
Note:
See TracChangeset
for help on using the changeset viewer.