mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Fixes #4127. PopupAutocomplete visible not updating when there are no suggestions * Code cleanup for re-run git actions
This commit is contained in:
@@ -153,6 +153,9 @@ This an long line and against TextView.
|
||||
This an long line and against TextView.",
|
||||
output
|
||||
);
|
||||
Assert.Empty (tv.Autocomplete.Suggestions);
|
||||
Assert.False (((PopupAutocomplete)tv.Autocomplete)._popup.Visible);
|
||||
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user