From f1a6fb09b8b16cb82bcfe2fe6724990efd507cd0 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 19 Feb 2016 09:54:21 -0800 Subject: [PATCH] Fix binding --- src/FlightMap/Widgets/QGCInstrumentWidget.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FlightMap/Widgets/QGCInstrumentWidget.qml b/src/FlightMap/Widgets/QGCInstrumentWidget.qml index c9d15d9e8..c08760466 100644 --- a/src/FlightMap/Widgets/QGCInstrumentWidget.qml +++ b/src/FlightMap/Widgets/QGCInstrumentWidget.qml @@ -73,7 +73,7 @@ Rectangle { id: attitude y: _topBottomMargin size: parent.width * 0.95 - active: active + active: instrumentPanel.active anchors.horizontalCenter: parent.horizontalCenter } @@ -112,7 +112,7 @@ Rectangle { anchors.topMargin: _spacing anchors.top: _spacer2.bottom size: parent.width * 0.95 - active: active + active: instrumentPanel.active anchors.horizontalCenter: parent.horizontalCenter } } -- 2.22.0