mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Merged from laptop2
This commit is contained in:
@@ -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