Browse Source

Change to fixed value is altitude when switching to Manual grid

This way if the user switches away from manual the altitude is preserved
QGC4.4
DonLakeFlyer 8 years ago
parent
commit
3aadceca15
  1. 1
      src/PlanView/SurveyItemEditor.qml

1
src/PlanView/SurveyItemEditor.qml

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

Loading…
Cancel
Save