Skip to content

Commit

Permalink
also rebuild examples menu after library import
Browse files Browse the repository at this point in the history
  • Loading branch information
ffissore authored and cmaglie committed May 11, 2013
1 parent 29856ff commit 3d5c76a
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 @@ -953,6 +953,7 @@ public void actionPerformed(ActionEvent e) {
Base.this.handleAddLibrary(editor);
Base.this.onBoardOrPortChange();
Base.this.rebuildImportMenu(Editor.importMenu, editor);
Base.this.rebuildExamplesMenu(Editor.examplesMenu);
}
});
importMenu.add(addLibraryMenuItem);
Expand Down

0 comments on commit 3d5c76a

Please sign in to comment.