mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:00:47 +00:00
Go to definition fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user