Fix ScrollContainer crashes

This commit is contained in:
Dean Herbert 2020-01-07 15:14:09 +08:00
parent be19bb8a27
commit e33de0c2e4
1 changed files with 0 additions and 2 deletions

View File

@ -123,8 +123,6 @@ public OsuScrollbar(Direction scrollDir)
Masking = true;
Child = box = new Box { RelativeSizeAxes = Axes.Both };
ResizeTo(1);
}
[BackgroundDependencyLoader]