Block flag documentation & cleanup

This commit is contained in:
Anuken
2021-02-12 09:09:10 -05:00
parent 21f642ad0c
commit 541da5c0c9
5 changed files with 15 additions and 2 deletions

View File

@@ -917,7 +917,7 @@ public class LStatements{
table.add(" group ").left().self(this::param);;
table.button(b -> {
b.label(() -> flag.name());
b.clicked(() -> showSelect(b, BlockFlag.all, flag, t -> flag = t, 2, cell -> cell.size(110, 50)));
b.clicked(() -> showSelect(b, BlockFlag.allLogic, flag, t -> flag = t, 2, cell -> cell.size(110, 50)));
}, Styles.logict, () -> {}).size(110, 40).color(table.color).left().padLeft(2);
row(table);