mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 01:23:11 +00:00
Fixed: AS1/2 direct editation - Position in the code should stay same after clicking Edit button
This commit is contained in:
@@ -1204,9 +1204,7 @@ public class ActionPanel extends JPanel implements SearchListener<ScriptSearchRe
|
||||
View.checkAccess();
|
||||
|
||||
if (src != null) {
|
||||
if (val) {
|
||||
setDecompiledText(src.getScriptName(), src.getExportedScriptName(), lastDecompiled.text);
|
||||
} else {
|
||||
if (!val) {
|
||||
setDecompiledText(src.getScriptName(), src.getExportedScriptName(), lastDecompiled.text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user