This commit is contained in:
Jesus Baylon 2022-06-13 15:45:45 -07:00
commit 4429dcfdd3

View file

@ -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;
} }