GetFocused() -> back to Focused property (get only; computed).

This commit is contained in:
Tig
2024-08-18 15:45:26 -06:00
parent f6664bdc73
commit 591baa65f0
26 changed files with 203 additions and 148 deletions

View File

@@ -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 ()
{