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:
@@ -302,7 +302,7 @@ public class EnabledTests (ITestOutputHelper _output) : TestsAllViews
|
||||
Assert.False (win.HasFocus);
|
||||
|
||||
win.Enabled = true;
|
||||
win.FocusDeepest (null, NavigationDirection.Forward);
|
||||
win.FocusDeepest (NavigationDirection.Forward, null);
|
||||
Assert.True (button.HasFocus);
|
||||
Assert.True (win.HasFocus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user