Browse Source

Make wind compass to be only visible in fixed-wing

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 8 years ago
parent
commit
5d9bcbfd4c
  1. 1
      src/PlanView/SurveyItemEditor.qml

1
src/PlanView/SurveyItemEditor.qml

@ -419,6 +419,7 @@ Rectangle { @@ -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)

Loading…
Cancel
Save