mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Merged from laptop2
This commit is contained in:
@@ -466,7 +466,7 @@ public class ShortcutTests
|
||||
|
||||
shortcut.HasFocus = true;
|
||||
|
||||
Assert.NotNull (shortcut.ColorScheme);
|
||||
Assert.Null (shortcut.ColorScheme);
|
||||
|
||||
Application.Top.Dispose ();
|
||||
Application.ResetState ();
|
||||
|
||||
@@ -420,7 +420,7 @@ public class ShortcutTests
|
||||
Assert.False (shortcut.CommandView.CanFocus);
|
||||
|
||||
shortcut.CommandView = new () { CanFocus = true };
|
||||
Assert.False (shortcut.CommandView.CanFocus);
|
||||
Assert.True (shortcut.CommandView.CanFocus);
|
||||
|
||||
shortcut.CommandView.CanFocus = true;
|
||||
Assert.True (shortcut.CommandView.CanFocus);
|
||||
|
||||
Reference in New Issue
Block a user