mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-1154 Fixed values from not loading in comboboxes properly.
This commit is contained in:
parent
42dda77264
commit
cc551d4acb
@ -273,12 +273,6 @@ void ConfigTaskWidget::onAutopilotConnect()
|
||||
}
|
||||
invalidateObjects();
|
||||
m_isConnected = true;
|
||||
foreach(WidgetBinding * binding, m_widgetBindingsPerObject) {
|
||||
if (!binding->isEnabled()) {
|
||||
continue;
|
||||
}
|
||||
loadWidgetLimits(binding->widget(), binding->field(), binding->index(), binding->isLimited(), binding->scale());
|
||||
}
|
||||
setDirty(false);
|
||||
enableControls(true);
|
||||
refreshWidgetsValues();
|
||||
|
Loading…
x
Reference in New Issue
Block a user