mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-16 01:58:10 +00:00
Position and size properties
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user