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

@@ -413,7 +413,7 @@ public class ScrollViewTests (ITestOutputHelper output)
top.LayoutSubviews ();
Application.ClipToScreen ();
View.ClipToScreen ();
top.Draw ();
View contentBottomRightCorner = sv.Subviews.First (v => v is ScrollBarView.ContentBottomRightCorner);