reordered params for consistency

This commit is contained in:
Tig
2024-08-18 16:00:35 -06:00
parent 591baa65f0
commit a03e30537c
7 changed files with 24 additions and 20 deletions

View File

@@ -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