mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 19:01:08 +01:00
fix typo with error highlighting?
This commit is contained in:
@@ -3083,9 +3083,9 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
}
|
||||
|
||||
|
||||
public void highlight(Problem p) {
|
||||
public void highlight(Problem p) {
|
||||
if (p != null) {
|
||||
highlight(p.getTabIndex(), p.getStartOffset(), p.getStartOffset());
|
||||
highlight(p.getTabIndex(), p.getStartOffset(), p.getStopOffset());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user