Code cleanup and refactor

This commit is contained in:
Tig
2024-11-04 09:42:50 -07:00
parent e4b552331b
commit 304784cbe7
31 changed files with 356 additions and 339 deletions

View File

@@ -67,7 +67,7 @@ Y
Assert.Equal (new (0, 0, 10, 2), label.Frame);
top.LayoutSubviews ();
Application.ClipToScreen ();
View.SetClipToScreen ();
top.Draw ();
expected = @"
@@ -1258,7 +1258,7 @@ w ";
verticalView.Width = 2;
verticalView.TextFormatter.ConstrainToSize = new (2, 20);
Assert.True (verticalView.TextFormatter.NeedsFormat);
Application.ClipToScreen ();
View.SetClipToScreen ();
top.Draw ();
Assert.Equal (new (0, 3, 2, 20), verticalView.Frame);