uncache decompilation after saving pcode

This commit is contained in:
honfika@gmail.com
2015-05-03 16:22:39 +02:00
parent 39243bdea2
commit effea25144
3 changed files with 11 additions and 0 deletions

View File

@@ -757,6 +757,8 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
} else {
src.setActions(ASMParser.parse(0, true, text, src.getSwf().version, false));
}
SWF.uncache(src);
src.setModified();
mainPanel.refreshTree(src.getSwf());
setSource(this.src, false);