More refactoring. Broke CM

This commit is contained in:
Tig
2024-12-06 14:16:22 -07:00
parent b443d52917
commit 0c7d1aee8f
5 changed files with 37 additions and 42 deletions

View File

@@ -189,6 +189,7 @@ public class KeyboardTests
keyWasHandled = false;
Application.RaiseKeyDownEvent (Key.H);
Assert.False (keyWasHandled);
Assert.True (view.HotKeyCommand);
keyWasHandled = false;
Assert.False (view.HasFocus);