mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 06:35:34 +00:00
Fixed AS3 Direct editation - Cannot save code after switching deobfuscation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user