Merged from laptop2

This commit is contained in:
Tig
2025-04-03 10:34:59 -06:00
parent dba8049125
commit cf9c0d0168
2 changed files with 2 additions and 2 deletions

View File

@@ -466,7 +466,7 @@ public class ShortcutTests
shortcut.HasFocus = true;
Assert.NotNull (shortcut.ColorScheme);
Assert.Null (shortcut.ColorScheme);
Application.Top.Dispose ();
Application.ResetState ();

View File

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