Commit 9359f581 authored by Don Gagne's avatar Don Gagne

Show Follow Vehicle checkbox on Fly view

parent 77662bae
......@@ -139,8 +139,12 @@ FlightMap {
id: centerMapDropPanel
CenterMapDropPanel {
map: _flightMap
fitFunctions: mapFitFunctions
map: _flightMap
fitFunctions: mapFitFunctions
showFollowVehicle: true
followVehicle: _followVehicle
onFollowVehicleChanged: _followVehicle = followVehicle
}
}
......
......@@ -97,7 +97,7 @@ ColumnLayout {
onClicked: {
dropPanel.hide()
_root.followVehicle = checked
root.followVehicle = checked
}
}
} // Column
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment