mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
For autoplay SWFs, both autoPlaySwfs and autoPlayPreviews must be enabled
This commit is contained in:
@@ -4241,7 +4241,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (treeItem instanceof SWF) {
|
||||
SWF swf = (SWF) treeItem;
|
||||
if (internalViewer) {
|
||||
previewPanel.showImagePanel(swf, swf, -1, true, Configuration.autoPlaySwfs.get(), !Configuration.animateSubsprites.get(), false);
|
||||
previewPanel.showImagePanel(swf, swf, -1, true, Configuration.autoPlaySwfs.get() && Configuration.autoPlayPreviews.get(), !Configuration.animateSubsprites.get(), false);
|
||||
} else {
|
||||
previewPanel.setParametersPanelVisible(false);
|
||||
//if (flashPanel != null) { //same for flashPanel2
|
||||
|
||||
Reference in New Issue
Block a user