mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Fix Issue #1782
This commit is contained in:
parent
a8d453e2a6
commit
4429dcfdd3
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ namespace CalculatorApp
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int viewId = Utilities.GetWindowId();
|
int viewId = Utilities.GetWindowId();
|
||||||
if (s_fDisableShortcuts.ContainesKey(viewId))
|
if (s_fDisableShortcuts.ContainsKey(viewId))
|
||||||
{
|
{
|
||||||
s_fDisableShortcuts[viewId] = disable;
|
s_fDisableShortcuts[viewId] = disable;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue