Documenting focus code

This commit is contained in:
Tig
2024-07-25 12:16:10 -06:00
parent 9b89fe6466
commit ccec0eec11
4 changed files with 21 additions and 10 deletions

View File

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