mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:10:46 +00:00
Fixed Marker of stack frames not properly cleared
This commit is contained in:
@@ -112,6 +112,7 @@ public class DebuggableEditorPane extends LineMarkedEditorPane implements BreakP
|
||||
removeColorMarkerOnAllLines(BREAKPOINT_MARKER);
|
||||
removeColorMarkerOnAllLines(INVALID_BREAKPOINT_MARKER);
|
||||
removeColorMarkerOnAllLines(IP_MARKER);
|
||||
removeColorMarkerOnAllLines(STACK_MARKER);
|
||||
|
||||
if (scriptName == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user