Skip to content

Commit 022d9c5

Browse files
author
jantje
committed
#571 set the correct label when adding the values
1 parent f5a4b0d commit 022d9c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io.sloeber.ui/src/io/sloeber/ui/project/properties/BoardSelectionPage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public void handleEvent(Event e) {
119119
for (LabelCombo curLabelCombo : BoardSelectionPage.this.mBoardOptionCombos) {
120120
curLabelCombo
121121
.setItems(BoardSelectionPage.this.myBoardID.getMenuItemNamesFromMenuID(curLabelCombo.getID()));
122+
curLabelCombo.setLabel(BoardSelectionPage.this.myBoardID.getMenuNameFromMenuID(curLabelCombo.getID()));
122123
}
123124

124125
isPageComplete();

0 commit comments

Comments
 (0)