Commit fb31a815 authored by Don Gagne's avatar Don Gagne

Fix missing set of factPanel

parent 67f3df7d
...@@ -113,7 +113,8 @@ QGCView { ...@@ -113,7 +113,8 @@ QGCView {
property bool showCompass2Rot: cal_mag2_id.value > 0 && cal_mag2_rot.value >= 0 property bool showCompass2Rot: cal_mag2_id.value > 0 && cal_mag2_rot.value >= 0
SensorsComponentController { SensorsComponentController {
id: controller id: controller
factPanel: rootQGCView.viewPanel
onResetStatusTextArea: statusLog.text = statusTextAreaDefaultText onResetStatusTextArea: statusLog.text = statusTextAreaDefaultText
......
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