Skip to content

Commit

Permalink
#59
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jan 28, 2021
1 parent 50ae72b commit 5624d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/psu/gui/psu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ uint16_t transformColorHook(uint16_t color) {
if (slotColor) {
return color + slotColor - 1;
} else {
return color;
return color + psu::CH_NUM + hmi::g_selectedSlotIndex;
}
}
} else if (color == COLOR_ID_LABELS_AND_COLORS_PAGE_SLOT_COLOR) {
Expand Down

0 comments on commit 5624d9c

Please sign in to comment.