mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Fixes #811. Added a check for the subviews.
This commit is contained in:
@@ -429,8 +429,10 @@ namespace Terminal.Gui {
|
||||
|
||||
listview.SetSource (searchset);
|
||||
listview.Height = CalculatetHeight ();
|
||||
|
||||
this.SetFocus (search);
|
||||
|
||||
if (Subviews.Count > 0) {
|
||||
SetFocus (search);
|
||||
}
|
||||
}
|
||||
|
||||
private void ResetSearchSet (bool noCopy = false)
|
||||
|
||||
Reference in New Issue
Block a user