diff --git a/app/src/processing/app/Sketch.java b/app/src/processing/app/Sketch.java index 6da3bb1e9..e6dcafc71 100644 --- a/app/src/processing/app/Sketch.java +++ b/app/src/processing/app/Sketch.java @@ -1210,6 +1210,7 @@ public class Sketch { current = code[which]; currentIndex = which; current.visited = System.currentTimeMillis(); + editor.setCode(current); // editor.header.rebuild(); editor.header.repaint();