From d9bbc1b21489b363c4e7b51e571d0254c9729bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sat, 22 Jun 2013 17:52:21 +0200 Subject: [PATCH] Issue #129 AS1/2 refresh decompilation after rename identifiers --- trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java index 1299c4c9f..64388293d 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java @@ -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);