Fixed Marker of stack frames not properly cleared

This commit is contained in:
Jindra Petřík
2023-12-30 18:06:08 +01:00
parent eef53edd03
commit 59b25aa13c
2 changed files with 2 additions and 0 deletions
@@ -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;