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

No curve drawn when cursor on page selection

This commit is contained in:
bsongis 2012-07-27 17:49:26 +00:00
parent c515db3610
commit d2fabe2b2e

View file

@ -2200,8 +2200,10 @@ void menuProcCurvesAll(uint8_t event)
putsStrIdx(0, y, STR_CV, k+1, attr);
}
s_curveChan = sub;
DrawCurve(curveFn, 25);
if (sub >= 0) {
s_curveChan = sub;
DrawCurve(curveFn, 25);
}
}
#endif