From fb31a815d31fe9fca235b5717a300ff79177422d Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 29 May 2015 09:52:26 -0700 Subject: [PATCH] Fix missing set of factPanel --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index bf222af75..ae72b6f72 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -113,7 +113,8 @@ QGCView { property bool showCompass2Rot: cal_mag2_id.value > 0 && cal_mag2_rot.value >= 0 SensorsComponentController { - id: controller + id: controller + factPanel: rootQGCView.viewPanel onResetStatusTextArea: statusLog.text = statusTextAreaDefaultText -- 2.22.0