diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index b2262bdcc..ff6ac2621 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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