mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 11:15:32 +00:00
Fixed AS3 Direct editation - Cannot save code after switching deobfuscation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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