Skip to content

Commit 09ed476

Browse files
committed
fix typo with error highlighting?
1 parent 880fdac commit 09ed476

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/processing/app/ui/Editor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,9 +3083,9 @@ public void updateErrorTable(List<Problem> problems) {
30833083
}
30843084

30853085

3086-
public void highlight(Problem p) {
3086+
public void highlight(Problem p) {
30873087
if (p != null) {
3088-
highlight(p.getTabIndex(), p.getStartOffset(), p.getStartOffset());
3088+
highlight(p.getTabIndex(), p.getStartOffset(), p.getStopOffset());
30893089
}
30903090
}
30913091

0 commit comments

Comments
 (0)