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:
parent
465f6dc701
commit
944e6882c5
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user