From e9bab76e567fff5be642fa42d45c5f5807bb64a8 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Wed, 28 Oct 2015 11:56:43 -0400 Subject: [PATCH] Fix artificial horizon (it was stuck) --- src/FlightMap/Widgets/QGCArtificialHorizon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FlightMap/Widgets/QGCArtificialHorizon.qml b/src/FlightMap/Widgets/QGCArtificialHorizon.qml index 921254348..828c09690 100644 --- a/src/FlightMap/Widgets/QGCArtificialHorizon.qml +++ b/src/FlightMap/Widgets/QGCArtificialHorizon.qml @@ -67,7 +67,7 @@ Item { } transform: [ Translate { - y: root.visible ? pitchAngle * 4 : 0 + y: pitchAngle * 4 }, Rotation { origin.x: artificialHorizon.width / 2 -- 2.22.0