#624 search in embedded swfs fixed

This commit is contained in:
honfika
2014-07-26 22:23:45 +02:00
parent ce08f419cc
commit 96e9364e76
2 changed files with 3 additions and 5 deletions

View File

@@ -592,13 +592,10 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
for (SWF swf : newSwfs) {
boolean hasAbc = !swf.abcList.isEmpty();
swf.isAS3 = hasAbc;
tagTree.setModel(new TagTreeModel(mainFrame, swfs));
dumpTree.setModel(new DumpTreeModel(swfs));
if (hasAbc) {
if (swf.isAS3) {
if (abcPanel == null) {
abcPanel = new ABCPanel(this);
displayPanel.add(abcPanel, CARDACTIONSCRIPT3PANEL);