Fixed treeviewTests

This commit is contained in:
Tig
2024-08-19 12:07:10 -06:00
parent 29f3550489
commit 0d6ad5b112
12 changed files with 98 additions and 99 deletions

View File

@@ -289,7 +289,7 @@ public class TreeTableSourceTests : IDisposable
var top = new Toplevel ();
top.Add (tableView);
top.RestoreFocus (null);
top.SetFocus ();
Assert.Equal (tableView, top.MostFocused);
return tableView;