Fixed #3798
This commit is contained in:
@@ -114,6 +114,7 @@ public abstract class LStatement{
|
|||||||
t.actions(Actions.alpha(0), Actions.fadeIn(0.3f, Interp.fade));
|
t.actions(Actions.alpha(0), Actions.fadeIn(0.3f, Interp.fade));
|
||||||
|
|
||||||
t.top().pane(inner -> {
|
t.top().pane(inner -> {
|
||||||
|
inner.marginRight(24f);
|
||||||
inner.top();
|
inner.top();
|
||||||
hideCons.get(inner, hide);
|
hideCons.get(inner, hide);
|
||||||
}).top();
|
}).top();
|
||||||
|
|||||||
@@ -528,7 +528,9 @@ public class LStatements{
|
|||||||
|
|
||||||
stack.clearChildren();
|
stack.clearChildren();
|
||||||
stack.addChild(tables[selected]);
|
stack.addChild(tables[selected]);
|
||||||
t.pack();
|
|
||||||
|
t.parent.parent.pack();
|
||||||
|
t.parent.parent.invalidateHierarchy();
|
||||||
}).size(80f, 50f).growX().checked(selected == fi).group(group);
|
}).size(80f, 50f).growX().checked(selected == fi).group(group);
|
||||||
}
|
}
|
||||||
t.row();
|
t.row();
|
||||||
|
|||||||
Reference in New Issue
Block a user