Browse Source

fix typo src planview qml

QGC4.4
Luiz Kressin 4 years ago committed by Don Gagne
parent
commit
9fd9e5bdcb
  1. 2
      src/PlanView/PlanView.qml

2
src/PlanView/PlanView.qml

@ -118,7 +118,7 @@ Item { @@ -118,7 +118,7 @@ Item {
target: _appSettings ? _appSettings.defaultMissionItemAltitude : null
onRawValueChanged: {
if (_visualItems.count > 1) {
mainWindow.showComponentDialog(applyNewAltitude, qsTr("Apply new alititude"), mainWindow.showDialogDefaultWidth, StandardButton.Yes | StandardButton.No)
mainWindow.showComponentDialog(applyNewAltitude, qsTr("Apply new altitude"), mainWindow.showDialogDefaultWidth, StandardButton.Yes | StandardButton.No)
}
}
}

Loading…
Cancel
Save