Skip to content

Commit e3c088e

Browse files
committed
also rebuild examples menu after library import
1 parent 3087931 commit e3c088e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/Base.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,7 @@ public void actionPerformed(ActionEvent e) {
963963
Base.this.handleAddLibrary(editor);
964964
Base.this.onBoardOrPortChange();
965965
Base.this.rebuildImportMenu(Editor.importMenu, editor);
966+
Base.this.rebuildExamplesMenu(Editor.examplesMenu);
966967
}
967968
});
968969
importMenu.add(addLibraryMenuItem);

0 commit comments

Comments
 (0)