This commit is contained in:
itsmattkc
2019-03-25 11:43:16 +11:00
parent 83a181a6db
commit a3c1342f77
4 changed files with 55 additions and 17 deletions
-1
View File
@@ -60,7 +60,6 @@ KeySequenceEditor::KeySequenceEditor(QWidget* parent, QAction* a)
void KeySequenceEditor::set_action_shortcut() {
action->setShortcut(keySequence());
action->setShortcutContext(Qt::ApplicationShortcut);
}
void KeySequenceEditor::reset_to_default() {