mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
No curve drawn when cursor on page selection
This commit is contained in:
parent
c515db3610
commit
d2fabe2b2e
1 changed files with 4 additions and 2 deletions
|
@ -2200,8 +2200,10 @@ void menuProcCurvesAll(uint8_t event)
|
||||||
putsStrIdx(0, y, STR_CV, k+1, attr);
|
putsStrIdx(0, y, STR_CV, k+1, attr);
|
||||||
}
|
}
|
||||||
|
|
||||||
s_curveChan = sub;
|
if (sub >= 0) {
|
||||||
DrawCurve(curveFn, 25);
|
s_curveChan = sub;
|
||||||
|
DrawCurve(curveFn, 25);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue