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)
|
if (token == null)
|
||||||
{
|
{
|
||||||
highlighterEx.clearMarkOccurrencesHighlights();
|
highlighterEx.clearMarkOccurrencesHighlights();
|
||||||
|
errorStripe.refreshMarkers();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user