mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
tweaks to add manifest file, cleaning up sketch code
This commit is contained in:
@@ -512,7 +512,7 @@ public class Sketchbook {
|
||||
|
||||
ActionListener listener = new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
editor.sketch.addLibrary(e.getActionCommand());
|
||||
editor.sketch.importLibrary(e.getActionCommand());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user