mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Documenting focus code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user