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);
|
||||
}
|
||||
|
||||
if (sub >= 0) {
|
||||
s_curveChan = sub;
|
||||
DrawCurve(curveFn, 25);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue