mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Code cleanup.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user