Set args.Handled where needed

This commit is contained in:
Tig
2024-04-03 06:19:00 -06:00
parent ca3b49dfe8
commit 3bd69c24f3

View File

@@ -158,6 +158,7 @@ public partial class View
// Set the focus, but don't invoke Accept
SetFocus ();
}
args.Handled = true;
}
}
@@ -181,6 +182,7 @@ public partial class View
ColorScheme = _savedColorScheme;
_savedColorScheme = null;
}
args.Handled = true;
}
}