From 375a2422e4aaf8910d8753c59ef6a1288e56e259 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 7 Jul 2016 13:08:25 -0700 Subject: [PATCH] Refresh params after airframe load --- src/AutoPilotPlugins/APM/APMAirframeComponentController.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc b/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc index 0a7a8517dc8..f095b6a965f 100644 --- a/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc +++ b/src/AutoPilotPlugins/APM/APMAirframeComponentController.cc @@ -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) :