mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed treeviewTests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user