mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
Don't need to call updated() in the SetConfigData because the ConfigTaskWidget
architecture will call that
This commit is contained in:
parent
a75ed21012
commit
150139b711
@ -105,7 +105,6 @@ void VehicleConfig::SetConfigData(GUIConfigDataUnion configData) {
|
||||
systemSettingsData.GUIConfigData[i] = configData.UAVObject[i];
|
||||
|
||||
systemSettings->setData(systemSettingsData);
|
||||
systemSettings->updated();
|
||||
|
||||
//emit ConfigurationChanged();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user