mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
Registration point -> Transformation point
This commit is contained in:
@@ -160,7 +160,7 @@ public class TransformPanel extends JPanel {
|
||||
JPanel registrationPointPanel = new JPanel(new FlowLayout());
|
||||
this.registrationPointPanel = new RegistrationPointPanel(this::registrationPointChangedActionPerformed);
|
||||
registrationPointPanel.add(this.registrationPointPanel);
|
||||
add(makeCard("Registration point", "transformregpoint16", registrationPointPanel));
|
||||
add(makeCard("Transformation point", "transformpoint16", registrationPointPanel));
|
||||
|
||||
|
||||
JPanel movePanel = new JPanel(new GridBagLayout());
|
||||
|
||||
Reference in New Issue
Block a user