mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Rename IApplication.Current to TopRunnable
Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -29,8 +29,8 @@ public class NavigationTests (ITestOutputHelper outputHelper)
|
||||
w2.Add (v3, v4);
|
||||
var w3 = new Window { Id = "w3" };
|
||||
w3.Add (v5, v6);
|
||||
Toplevel top = app?.Current!;
|
||||
app?.Current!.Add (w1, w2, w3);
|
||||
Toplevel top = app?.TopRunnable!;
|
||||
app?.TopRunnable!.Add (w1, w2, w3);
|
||||
})
|
||||
.AssertTrue (v5.HasFocus)
|
||||
.EnqueueKeyEvent (Key.F6)
|
||||
|
||||
Reference in New Issue
Block a user