mirror of
https://github.com/processing/processing4.git
synced 2026-02-23 07:15:39 +01:00
No need to rebuild sketchbook anymore. Was also causing NPE when saving sketch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user