From 5d9bcbfd4c78b377c42901ba7b73b4f843096430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 8 May 2017 16:12:40 -0300 Subject: [PATCH] Make wind compass to be only visible in fixed-wing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/PlanView/SurveyItemEditor.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index 3191b1b40..8be81014e 100644 --- a/src/PlanView/SurveyItemEditor.qml +++ b/src/PlanView/SurveyItemEditor.qml @@ -419,6 +419,7 @@ Rectangle { id: windRoseButton anchors.verticalCenter: angleText.verticalCenter iconSource: "/res/wind-rose.svg" + visible: _activeVehicle ? _activeVehicle.fixedWing : true onClicked: { var cords = windRoseButton.mapToItem(_root, 0, 0) -- 2.22.0