Skip to content

Commit

Permalink
fix: cosmetics (overwriting ->)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored and philmoz committed Jul 6, 2024
1 parent bd03798 commit 7833128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/common/stdlcd/model_inputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ void menuModelExposAll(event_t event)
}
}
cur++; y+=FH; mixCnt++; i++; ed++;
if (sub == cur) {
if (sub == cur && ed->chn+1 == ch) {
lcdDrawText(INDENT_WIDTH, y, "->", ((s_copyMode || sub != cur) ? 0 : INVERS));
}
} while (i<MAX_EXPOS && ed->chn+1 == ch && EXPO_VALID(ed));
Expand Down

0 comments on commit 7833128

Please sign in to comment.