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