WIP: More refining

This commit is contained in:
Tig
2024-07-29 10:17:10 -04:00
parent 65592b4135
commit f2eb9ce6e2
24 changed files with 149 additions and 96 deletions

View File

@@ -1091,7 +1091,7 @@ At 0,0
Assert.True (RunesCount () == 0);
win.Visible = true;
win.FocusFirst ();
win.FocusFirst (null);
Assert.True (button.HasFocus);
Assert.True (win.HasFocus);
top.Draw ();