draw print statement fix (#11604)
This commit is contained in:
@@ -238,8 +238,7 @@ public class LStatements{
|
|||||||
|
|
||||||
row(s);
|
row(s);
|
||||||
|
|
||||||
s.add("align ");
|
fields(s, "align", p1, v -> p1 = v).width(170f);
|
||||||
fields(s, "align", p1, v -> p1 = v);
|
|
||||||
fieldAlignSelect(s, () -> p1, v -> {
|
fieldAlignSelect(s, () -> p1, v -> {
|
||||||
p1 = v;
|
p1 = v;
|
||||||
rebuild(table);
|
rebuild(table);
|
||||||
|
|||||||
Reference in New Issue
Block a user