Changeset 61095 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 20, 2016 1:02:20 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r60362 r61095 1088 1088 /* Get the hot-key of the current action: */ 1089 1089 const QString strHotKey = gShortcutPool->shortcut(this, pAction).toString(); 1090 if (pAction->isEnabled() && pAction->is Visible() && !strHotKey.isEmpty())1090 if (pAction->isEnabled() && pAction->isAllowed() && !strHotKey.isEmpty()) 1091 1091 { 1092 1092 if (key.matches(QKeySequence(strHotKey)) == QKeySequence::ExactMatch)
Note:
See TracChangeset
for help on using the changeset viewer.