Browse Source

Visibility fix

QGC4.4
Don Gagne 9 years ago
parent
commit
38301c1a98
  1. 1
      src/FlightMap/Widgets/InstrumentSwipeView.qml

1
src/FlightMap/Widgets/InstrumentSwipeView.qml

@ -43,7 +43,6 @@ Item { @@ -43,7 +43,6 @@ Item {
anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
spacing: _margins
visible: multiVehicleManager.activeVehicle
Rectangle {
id: valuesPageIndicator

Loading…
Cancel
Save