mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
Tweek: set min/max spinboxes to match the settings table when edited.
This commit is contained in:
parent
44140931ae
commit
dc4c6c74e4
@ -313,6 +313,9 @@ void MixerCurve::SettingsTableChanged()
|
|||||||
points.push_front(item->text().toDouble());
|
points.push_front(item->text().toDouble());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_mixerUI->CurveMin->setValue(points.first());
|
||||||
|
m_mixerUI->CurveMax->setValue(points.last());
|
||||||
|
|
||||||
m_curve->setCurve(&points);
|
m_curve->setCurve(&points);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user