mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:01:01 +00:00
Added: #2370 Objects display - Create guides by dragging from a ruler
This commit is contained in:
@@ -580,6 +580,11 @@ public class EasySwfPanel extends JPanel {
|
||||
libraryPreviewPanel.clearAll();
|
||||
if (updateStage) {
|
||||
stagePanel.setTimelined(timelined, swf, 0, true, true, true, true, true, false, true, true, true);
|
||||
if (timelined instanceof CharacterTag) {
|
||||
stagePanel.setGuidesCharacter(swf, ((CharacterTag) timelined).getCharacterId());
|
||||
} else {
|
||||
stagePanel.setGuidesCharacter(swf, -1);
|
||||
}
|
||||
stagePanel.pause();
|
||||
stagePanel.gotoFrame(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user