Skip to content

Commit 7211eb0

Browse files
committed
Merge pull request arduino#2675 from PaulStoffregen/master
Update status bar when custom menus change
2 parents c0122d1 + 3bd694d commit 7211eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/Base.java

+1
Original file line numberDiff line numberDiff line change
@@ -1187,6 +1187,7 @@ public void actionPerformed(ActionEvent actionevent) {
11871187
Action subAction = new AbstractAction(_(boardCustomMenu.get(customMenuOption))) {
11881188
public void actionPerformed(ActionEvent e) {
11891189
Preferences.set("custom_" + menuId, ((TargetBoard)getValue("board")).getId() + "_" + getValue("custom_menu_option"));
1190+
onBoardOrPortChange();
11901191
}
11911192
};
11921193
subAction.putValue("board", board);

0 commit comments

Comments
 (0)