mirror of https://github.com/adamdruppe/arsd.git
issue #309 .... i think
This commit is contained in:
parent
029a3df5fe
commit
d74bc6c64b
|
@ -4635,8 +4635,8 @@ class ScrollableContainerWidget : ContainerWidget {
|
||||||
hsb.setPosition(0);
|
hsb.setPosition(0);
|
||||||
vsb.setPosition(0);
|
vsb.setPosition(0);
|
||||||
|
|
||||||
setViewableArea(width, height);
|
|
||||||
setTotalArea(this.ContainerWidget.minWidth(), this.ContainerWidget.minHeight());
|
setTotalArea(this.ContainerWidget.minWidth(), this.ContainerWidget.minHeight());
|
||||||
|
setViewableArea(width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
override int minHeight() { return 64; }
|
override int minHeight() { return 64; }
|
||||||
|
|
Loading…
Reference in New Issue