We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0122d1 + 3bd694d commit 7211eb0Copy full SHA for 7211eb0
app/src/processing/app/Base.java
@@ -1187,6 +1187,7 @@ public void actionPerformed(ActionEvent actionevent) {
1187
Action subAction = new AbstractAction(_(boardCustomMenu.get(customMenuOption))) {
1188
public void actionPerformed(ActionEvent e) {
1189
Preferences.set("custom_" + menuId, ((TargetBoard)getValue("board")).getId() + "_" + getValue("custom_menu_option"));
1190
+ onBoardOrPortChange();
1191
}
1192
};
1193
subAction.putValue("board", board);
0 commit comments