Skip to content

Commit d485b9b

Browse files
committed
Remove error strip markers if you click on an empty line.
1 parent 29d29e1 commit d485b9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/the/bytecode/club/bytecodeviewer/gui/util/BytecodeViewPanelUpdater.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ private void markOccurrences(RSyntaxTextArea textArea, ClassFileContainer classF
513513
if (token == null)
514514
{
515515
highlighterEx.clearMarkOccurrencesHighlights();
516+
errorStripe.refreshMarkers();
516517
return;
517518
}
518519
}

0 commit comments

Comments
 (0)