fix for a bug in get(), also removed debug msg from mouse stuff

This commit is contained in:
benfry
2004-09-21 14:15:14 +00:00
parent d1c15fc8a5
commit 448a45f9fc
5 changed files with 8 additions and 8 deletions

View File

@@ -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();
}