Logic jump PR cleanup

This commit is contained in:
Anuken
2025-02-10 15:51:02 -05:00
4 changed files with 205 additions and 85 deletions

View File

@@ -934,7 +934,7 @@ public class LStatements{
table.table(this::rebuild);
table.add().growX();
table.add(new JumpButton(() -> dest, s -> dest = s)).size(30).right().padLeft(-8);
table.add(new JumpButton(() -> dest, s -> dest = s, this.elem)).size(30).right().padLeft(-8);
String name = name();