Skip to content

Commit

Permalink
fix for #1680
Browse files Browse the repository at this point in the history
  • Loading branch information
jan committed Dec 20, 2024
1 parent 85cb0ab commit 0ceeb4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ protected void updateScreen(boolean updateData) {
}

myControlUploadPort.setText(myBoardDesc.getUploadPort());
setTheLabelCombos(boardsFileChanged || boardIDChanged);
setTheLabelCombos(boardsFileChanged || boardIDChanged ||updateData);
disableListeners = false;
}

Expand Down

0 comments on commit 0ceeb4e

Please sign in to comment.