Commit 375a2422 authored by Don Gagne's avatar Don Gagne

Refresh params after airframe load

parent 711ee0b2
...@@ -107,6 +107,7 @@ void APMAirframeComponentController::_loadParametersFromDownloadFile(const QStri ...@@ -107,6 +107,7 @@ void APMAirframeComponentController::_loadParametersFromDownloadFile(const QStri
} }
} }
qgcApp()->restoreOverrideCursor(); qgcApp()->restoreOverrideCursor();
_autopilot->refreshAllParameters();
} }
APMAirframeType::APMAirframeType(const QString& name, const QString& imageResource, int type, QObject* parent) : APMAirframeType::APMAirframeType(const QString& name, const QString& imageResource, int type, QObject* parent) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment