No need to rebuild sketchbook anymore. Was also causing NPE when saving sketch

This commit is contained in:
Manindra Moharana
2014-08-06 21:43:51 +05:30
parent 1cbc1db58f
commit 532f939f1a

View File

@@ -1300,7 +1300,7 @@ public class Base {
* (and the examples window) are rebuilt.
*/
protected void rebuildSketchbookMenus() {
rebuildSketchbookMenu();
// rebuildSketchbookMenu(); // no need to rebuild sketchbook post 3.0
for (Mode mode : getModeList()) {
//mode.rebuildLibraryList();
mode.rebuildImportMenu(); // calls rebuildLibraryList