mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Fixed issue 1782
This commit is contained in:
parent
999daf1fc0
commit
6246d4fad8
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ namespace CalculatorApp
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
KeyboardShortcutManager.DisableShortcuts(true);
|
KeyboardShortcutManager.DisableShortcuts(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue