Skip to content

Commit 3d5c76a

Browse files
ffissorecmaglie
authored andcommitted
also rebuild examples menu after library import
1 parent 29856ff commit 3d5c76a

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
@@ -953,6 +953,7 @@ public void actionPerformed(ActionEvent e) {
953953
Base.this.handleAddLibrary(editor);
954954
Base.this.onBoardOrPortChange();
955955
Base.this.rebuildImportMenu(Editor.importMenu, editor);
956+
Base.this.rebuildExamplesMenu(Editor.examplesMenu);
956957
}
957958
});
958959
importMenu.add(addLibraryMenuItem);

0 commit comments

Comments
 (0)