Fixed AS3 Direct editation - Cannot save code after switching deobfuscation

This commit is contained in:
Jindra Petřík
2023-10-15 22:28:03 +02:00
parent 4ee5934c33
commit 20f2c75f8f
2 changed files with 2 additions and 4 deletions

View File

@@ -2998,11 +2998,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
public void autoDeobfuscateChanged() {
Helper.decompilationErrorAdd = AppStrings.translate(Configuration.autoDeobfuscate.get() ? "deobfuscation.comment.failed" : "deobfuscation.comment.tryenable");
clearAllScriptCache();
if (abcPanel != null) {
abcPanel.reload();
}
reload(true);
updateClassesList();
reload(true);
}
public void renameColliding(final Openable openable) {