We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880fdac commit 09ed476Copy full SHA for 09ed476
1 file changed
app/src/processing/app/ui/Editor.java
@@ -3083,9 +3083,9 @@ public void updateErrorTable(List<Problem> problems) {
3083
}
3084
3085
3086
- public void highlight(Problem p) {
+ public void highlight(Problem p) {
3087
if (p != null) {
3088
- highlight(p.getTabIndex(), p.getStartOffset(), p.getStartOffset());
+ highlight(p.getTabIndex(), p.getStartOffset(), p.getStopOffset());
3089
3090
3091
0 commit comments