Fixed issue 1782

This commit is contained in:
Jesus Baylon 2022-05-24 15:18:40 -07:00
commit 6246d4fad8

View file

@ -736,7 +736,7 @@ namespace CalculatorApp
}
else
{
KeyboardShortcutManager.DisableShortcuts(true);
KeyboardShortcutManager.DisableShortcuts(false);
}
}