Commit 0fefa4fb authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #3741 from DonLakeFlyer/AirframeParamRefresh

Refresh params after airframe load
parents 409f3040 375a2422
......@@ -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) :
......
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