AS1/2 Hide breakpoints when decompilation is disabled

This commit is contained in:
Jindra Petřík
2023-12-30 18:06:08 +01:00
parent b976096e57
commit 11760b1f18
@@ -611,7 +611,7 @@ public class ActionPanel extends JPanel implements SearchListener<ScriptSearchRe
}
editor.setShowMarkers(true);
decompiledEditor.setShowMarkers(true);
decompiledEditor.setShowMarkers(Configuration.decompile.get());
lastASM = asm;
lastCode = actions;
lastDecompiled = decompiledText;