mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 13:48:13 +00:00
line marking fix
This commit is contained in:
@@ -47,6 +47,14 @@ public class LineMarkedEditorPane extends JEditorPane {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setText(String t) {
|
||||
lastLine=-1;
|
||||
super.setText(t);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void paint(Graphics g) {
|
||||
g.setColor(Color.white);
|
||||
|
||||
Reference in New Issue
Block a user