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

@@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file.
- Generic tag editor - display of array brackets
- Generic tag editor - GRADIENT filters fields
- [#2099] Smart number formatting precedence
- AS3 Direct editation - Cannot save code after switching deobfuscation
### Changed
- AS1/2 P-code action parameters are now separated by commas, code without commas is still accepted

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) {