mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 00:35:41 +01:00
this should get rid of the TA paint line errors, hopefully
This commit is contained in:
@@ -182,10 +182,14 @@ public class TextAreaPainter extends processing.app.syntax.TextAreaPainter {
|
||||
|
||||
// paint gutter symbol
|
||||
paintGutterText(gfx, line, x);
|
||||
|
||||
paintErrorLine(gfx, line, x);
|
||||
super.paintLine(gfx, tokenMarker, line, x + ta.getGutterWidth());
|
||||
}
|
||||
else {
|
||||
paintErrorLine(gfx, line, x);
|
||||
super.paintLine(gfx, tokenMarker, line, x);
|
||||
}
|
||||
|
||||
paintErrorLine(gfx, line, x);
|
||||
super.paintLine(gfx, tokenMarker, line, x + ta.getGutterWidth());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user