issue #309 .... i think

This commit is contained in:
Adam D. Ruppe 2021-11-22 13:17:27 -05:00
parent 029a3df5fe
commit d74bc6c64b
1 changed files with 1 additions and 1 deletions

View File

@ -4635,8 +4635,8 @@ class ScrollableContainerWidget : ContainerWidget {
hsb.setPosition(0);
vsb.setPosition(0);
setViewableArea(width, height);
setTotalArea(this.ContainerWidget.minWidth(), this.ContainerWidget.minHeight());
setViewableArea(width, height);
}
override int minHeight() { return 64; }