Go to definition fixes

This commit is contained in:
Jindra Petřík
2025-06-01 15:18:37 +02:00
parent c9216538be
commit 127f36b0be
5 changed files with 75 additions and 47 deletions
@@ -41,6 +41,10 @@ public class UnderlinePainter extends OccurencesMarker {
this.underlineColor = underLineColor;
}
public Color getUnderlineColor() {
return underlineColor;
}
@Override
public void paint(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c) {
if (getColor() != null) {