1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 21:35:27 +03:00

Cosmetics

This commit is contained in:
Damjan Adamic 2016-05-25 22:12:43 +02:00
parent 0eda971365
commit 829b86da99

View file

@ -278,7 +278,6 @@ void CurveGroup::gvarCBChanged(int state)
if (state) {
curve.value = 10000+1; // TODO constant in EEpromInterface ...
lastType = -1; // quickfix for issue #3518: force refresh of curveValueCB at next update() to set current index to GV1
}
else {
curve.value = 0; // TODO could be better