Remove error strip markers if you click on an empty line.
This commit is contained in:
parent
29d29e14ac
commit
d485b9b34b
|
@ -513,6 +513,7 @@ public class BytecodeViewPanelUpdater implements Runnable
|
|||
if (token == null)
|
||||
{
|
||||
highlighterEx.clearMarkOccurrencesHighlights();
|
||||
errorStripe.refreshMarkers();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user