Skip to content

Commit

Permalink
rescan libraries when installing from zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed May 2, 2018
1 parent 91f11a5 commit c3de478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/processing/app/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@ public void rebuildImportMenu(JMenu importMenu) {
addLibraryMenuItem.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
Base.this.handleAddLibrary();
BaseNoGui.librariesIndexer.rescanLibraries();
Base.this.onBoardOrPortChange();
Base.this.rebuildImportMenu(Editor.importMenu);
Base.this.rebuildExamplesMenu(Editor.examplesMenu);
Expand Down

0 comments on commit c3de478

Please sign in to comment.