Issue #129 AS1/2 refresh decompilation after rename identifiers

This commit is contained in:
Jindra Petk
2013-06-22 17:52:21 +02:00
parent f3a2d0ada1
commit d9bbc1b214

View File

@@ -1873,7 +1873,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
showCard(CARDEMPTYPANEL);
} else if (tagObj instanceof ASMSource) {
showCard(CARDACTIONSCRIPTPANEL);
actionPanel.setSource((ASMSource) tagObj, true);
actionPanel.setSource((ASMSource) tagObj, !forceReload);
} else if (tagObj instanceof ImageTag) {
imageButtonsPanel.setVisible(((ImageTag) tagObj).importSupported());
showCard(CARDIMAGEPANEL);