We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42ea21 commit 40ed2b8Copy full SHA for 40ed2b8
src/main/java/com/cleanroommc/modularui/widget/sizer/Flex.java
@@ -441,7 +441,7 @@ private void coverChildrenForLayout(IWidget widget) {
441
}
442
if (this.y.dependsOnChildren() && resizeable.isHeightCalculated()) {
443
h = Math.max(h, area.requestedHeight() + padding.vertical());
444
- if (resizeable.isXCalculated()) {
+ if (resizeable.isYCalculated()) {
445
y1 = Math.max(y1, area.ry + area.height + padding.bottom + margin.bottom);
446
447
0 commit comments