1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

OP-1134 Populate_new_custom_tab : Removed question mark

This commit is contained in:
Laurent Lalanne 2014-08-28 20:18:54 +02:00
parent 465f6dc701
commit 944e6882c5

View File

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