Fixed: Buttons were not active where they should be

This commit is contained in:
Jindra Petřík
2024-11-10 19:50:55 +01:00
parent 32f8608d76
commit 4d3dc74597
8 changed files with 50 additions and 47 deletions
@@ -532,7 +532,7 @@ public class EasySwfPanel extends JPanel {
if (obj instanceof Tag) {
Tag t = (Tag) obj;
libraryPreviewPanel.setTimelined(TimelinedMaker.makeTimelined(t), t.getSwf(),
-1, false, true, true, true, true, false, true);
-1, false, true, true, true, true, false, true, true);
libraryPreviewPanel.zoomFit();
} else {
libraryPreviewPanel.clearAll();
@@ -579,7 +579,7 @@ public class EasySwfPanel extends JPanel {
libraryTreeTable.setSwf(swf);
libraryPreviewPanel.clearAll();
if (updateStage) {
stagePanel.setTimelined(timelined, swf, 0, true, true, true, true, true, false, true);
stagePanel.setTimelined(timelined, swf, 0, true, true, true, true, true, false, true, true);
stagePanel.pause();
stagePanel.gotoFrame(0);
}