mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
reordered params for consistency
This commit is contained in:
@@ -616,7 +616,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
top.Add (tableView);
|
||||
Application.Begin (top);
|
||||
|
||||
top.FocusDeepest (null, NavigationDirection.Forward);
|
||||
top.FocusDeepest (NavigationDirection.Forward, null);
|
||||
Assert.True (tableView.HasFocus);
|
||||
|
||||
Assert.Equal (0, tableView.RowOffset);
|
||||
@@ -1606,7 +1606,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
top.Add (tv);
|
||||
Application.Begin (top);
|
||||
|
||||
top.FocusDeepest (null, NavigationDirection.Forward);
|
||||
top.FocusDeepest (NavigationDirection.Forward, null);
|
||||
Assert.True (tv.HasFocus);
|
||||
|
||||
// already on fish
|
||||
|
||||
Reference in New Issue
Block a user