mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Revamped to further simplify and make more correct
This commit is contained in:
@@ -828,6 +828,7 @@ Three ",
|
||||
Assert.Equal ("Tw", cb.Text);
|
||||
Assert.False (cb.IsShow);
|
||||
cb.SetSource<string> (null);
|
||||
Assert.False (cb.IsShow);
|
||||
Assert.False (cb.NewKeyDownEvent (Key.Enter));
|
||||
Assert.True (cb.NewKeyDownEvent (Key.F4)); // with no source also expand empty
|
||||
Assert.True (cb.IsShow);
|
||||
|
||||
Reference in New Issue
Block a user