From c2118de825e17e25b443ba35bb13acaa9107c757 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 21 May 2015 21:41:58 +0200 Subject: [PATCH] Fix instantiation of level button --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 37fef3ced..86b8c7e68 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -267,6 +267,7 @@ QGCView { controller.gyroButton = gyroButton controller.accelButton = accelButton controller.airspeedButton = airspeedButton + controller.levelButton = levelButton controller.cancelButton = cancelButton controller.orientationCalAreaHelpText = orientationCalAreaHelpText } -- 2.22.0