mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 11:13:30 +00:00
uncache decompilation after saving pcode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user