Commit 3aadceca authored by DonLakeFlyer's avatar DonLakeFlyer

Change to fixed value is altitude when switching to Manual grid

This way if the user switches away from manual the altitude is preserved
parent 37bcff0d
......@@ -214,6 +214,7 @@ Rectangle {
onActivated: {
if (index == _gridTypeManual) {
missionItem.manualGrid.value = true
missionItem.fixedValueIsAltitude.value = true
} else if (index == _gridTypeCustomCamera) {
missionItem.manualGrid.value = false
missionItem.camera.value = gridTypeCombo.textAt(index)
......
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