mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
fix for a bug in get(), also removed debug msg from mouse stuff
This commit is contained in:
@@ -314,8 +314,8 @@ public class PdeSketchbook {
|
||||
buildMenu(popupMenu);
|
||||
|
||||
// rebuild the "import library" menu
|
||||
importMenu.removeAll();
|
||||
librariesClassPath = "";
|
||||
importMenu.removeAll();
|
||||
if (addLibraries(importMenu, new File(getSketchbookPath()))) {
|
||||
importMenu.addSeparator();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user