Position and size properties

This commit is contained in:
Jindra Petřík
2024-10-13 18:43:27 +02:00
parent 4e063491e7
commit 87c6b403a7
7 changed files with 215 additions and 69 deletions

View File

@@ -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);
}
}