mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
More refactoring. Broke CM
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user