config setting to load inner swfs automatically

This commit is contained in:
honfika@gmail.com
2014-11-09 16:15:58 +01:00
parent ebe45ebc7f
commit 83560802bf
6 changed files with 47 additions and 28 deletions

View File

@@ -2361,7 +2361,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
} else if (treeItem instanceof DefineBinaryDataTag) {
DefineBinaryDataTag binaryTag = (DefineBinaryDataTag) treeItem;
showCard(CARDPREVIEWPANEL);
previewPanel.showBinaryPanel(binaryTag.binaryData, binaryTag);
previewPanel.showBinaryPanel(binaryTag);
} else if (treeItem instanceof ASMSource) {
ensureActionPanel();
showCard(CARDACTIONSCRIPTPANEL);