Skip to content

Commit

Permalink
Merge pull request mavlink#3741 from DonLakeFlyer/AirframeParamRefresh
Browse files Browse the repository at this point in the history
Refresh params after airframe load
  • Loading branch information
DonLakeFlyer authored Jul 8, 2016
2 parents 409f304 + 375a242 commit 0fefa4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AutoPilotPlugins/APM/APMAirframeComponentController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ void APMAirframeComponentController::_loadParametersFromDownloadFile(const QStri
}
}
qgcApp()->restoreOverrideCursor();
_autopilot->refreshAllParameters();
}

APMAirframeType::APMAirframeType(const QString& name, const QString& imageResource, int type, QObject* parent) :
Expand Down

0 comments on commit 0fefa4f

Please sign in to comment.