mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
GetFocused() -> back to Focused property (get only; computed).
This commit is contained in:
@@ -397,7 +397,7 @@ public class KeyboardTests
|
||||
Application.Shutdown ();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "No longer valid test.")]
|
||||
[AutoInitShutdown]
|
||||
public void EnsuresTopOnFront_CanFocus_False_By_Keyboard ()
|
||||
{
|
||||
@@ -457,7 +457,7 @@ public class KeyboardTests
|
||||
top.Dispose ();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact (Skip = "No longer valid test.")]
|
||||
[AutoInitShutdown]
|
||||
public void EnsuresTopOnFront_CanFocus_True_By_Keyboard ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user