Fixes #4127. PopupAutocomplete visible not updating when there are no suggestions (#4128)

* Fixes #4127. PopupAutocomplete visible not updating when there are no suggestions

* Code cleanup for re-run git actions
This commit is contained in:
BDisp
2025-06-09 21:30:57 +01:00
committed by GitHub
parent e1086a45a9
commit 2d72425ee3
2 changed files with 19 additions and 10 deletions

View File

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