Update status bar when custom menus change

This commit is contained in:
PaulStoffregen 2015-02-22 03:54:44 -08:00
parent 606604d7d6
commit 3bd694d78b
1 changed files with 1 additions and 0 deletions

View File

@ -1187,6 +1187,7 @@ public class Base {
Action subAction = new AbstractAction(_(boardCustomMenu.get(customMenuOption))) {
public void actionPerformed(ActionEvent e) {
Preferences.set("custom_" + menuId, ((TargetBoard)getValue("board")).getId() + "_" + getValue("custom_menu_option"));
onBoardOrPortChange();
}
};
subAction.putValue("board", board);