1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +01:00

OP-1134_Populate_new_custom_tab : Typo, bad cleannup

This commit is contained in:
Laurent Lalanne 2014-08-28 14:47:37 +02:00
parent c00aef04f8
commit b8913209dc

View File

@ -268,7 +268,7 @@ void ConfigVehicleTypeWidget::updateObjectsFromWidgets()
vconfig->setMixerValue(mixer, "MaxAccel", m_aircraft->maxAccelSlider->value()); vconfig->setMixerValue(mixer, "MaxAccel", m_aircraft->maxAccelSlider->value());
// call refreshWidgetsValues() to reflect actual saved values ? // call refreshWidgetsValues() to reflect actual saved values ?
callrefreshWidgetsValues(); refreshWidgetsValues();
updateFeedForwardUI(); updateFeedForwardUI();
} }