Browse Source

Merge pull request #6203 from DonLakeFlyer/SurveyInitialAltitude

Survey initial altitude not causing correct grid recalc
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
fbcb38e0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/PlanView/SurveyItemEditor.qml

1
src/PlanView/SurveyItemEditor.qml

@ -63,6 +63,7 @@ Rectangle { @@ -63,6 +63,7 @@ Rectangle {
}
}
}
recalcFromCameraValues()
}
function recalcFromCameraValues() {

Loading…
Cancel
Save