Position and size properties

This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent 4e063491e7
commit 87c6b403a7
7 changed files with 215 additions and 69 deletions
@@ -175,6 +175,8 @@ public class EasySwfPanel extends JPanel {
stagePanel.setRegistrationPointPosition(regPointPos);
}
transformPanel.setVisible(true);
} else {
stagePanel.selectDepths(depths);
}
}
@@ -196,6 +198,8 @@ public class EasySwfPanel extends JPanel {
if (transformEnabled()) {
stagePanel.freeTransformDepths(depths);
transformPanel.setVisible(true);
} else {
stagePanel.selectDepths(depths);
}
}