reverted to original format for Sketch.java

This commit is contained in:
Patrick Vares
2015-01-30 00:17:59 -05:00
parent 2c10e2061d
commit 92c8c533e8

View File

@@ -1211,7 +1211,7 @@ public class Sketch {
currentIndex = which;
current.visited = System.currentTimeMillis();
editor.setCode(current);
//editor.header.rebuild();
// editor.header.rebuild();
editor.header.repaint();
}