Code cleanup.

This commit is contained in:
BDisp
2024-08-25 21:00:59 +01:00
parent d47188f1f0
commit 7a1eb9846e
3 changed files with 12 additions and 11 deletions

View File

@@ -67,6 +67,7 @@ public class ScrollSliderTests
host.Width = host.Orientation == Orientation.Vertical ? 1 : randomScrollLength;
host.Height = host.Orientation == Orientation.Vertical ? randomScrollLength : 1;
// Slider may have changed content size
host.LayoutSubviews ();