From aba01ca182cc3d85c71e69a025c023542d99e6c2 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Mon, 7 Mar 2022 08:57:29 +0800 Subject: [PATCH] Gui: fix ShortcutManager modifier detection --- src/Gui/ShortcutManager.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Gui/ShortcutManager.cpp b/src/Gui/ShortcutManager.cpp index a1f3f24658..510570b380 100644 --- a/src/Gui/ShortcutManager.cpp +++ b/src/Gui/ShortcutManager.cpp @@ -247,18 +247,18 @@ bool ShortcutManager::checkShortcut(QObject *o, const QKeySequence &key) // Qt's shortcut state machine favors shortest match (which is ridiculous, // unless I'm mistaken?). We'll do longest match. We've disabled all - // shortcuts that can match the current key sequence. Now reply the sequence + // shortcuts that can match the current key sequence. Now replay the sequence // and wait for the next keystroke. for (int i=0; i