1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

Fix indexing in outputs (listed bug was also affected copy sticks/trims to subtrims) (#3871)

Fix #3870
This commit is contained in:
3djc 2016-10-03 15:03:32 +02:00 committed by Damjan Adamic
parent 29e618146c
commit b8985b9d19

View file

@ -72,7 +72,7 @@ enum LimitsItems {
void onLimitsMenu(const char *result)
{
uint8_t ch = menuVerticalPosition - 1;
uint8_t ch = menuVerticalPosition;
if (result == STR_RESET) {
LimitData *ld = limitAddress(ch);