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

@@ -235,6 +235,7 @@ public class ASMSourceEditorPane extends LineMarkedEditorPane implements CaretLi
//acode.getBytes(abc.bodies.get(bodyIndex).getCodeBytes());
abc.bodies.get(bodyIndex).setCode(acode);
}
((Tag) abc.parentTag).setModified(true);
abc.script_info.get(scriptIndex).setModified(true);
textWithHex = null;