Commit 2371b335 authored by Nate Weibley's avatar Nate Weibley
Browse files

Fixes ardupilot abbreviations for #3588

parent fdb13156
......@@ -43,7 +43,7 @@ MapItemView {
model: object.childItems
delegate: MissionItemIndexLabel {
label: object.sequenceNumber
label: object.abbreviation
isCurrentItem: object.isCurrentItem
z: 2
}
......
......@@ -426,7 +426,7 @@ QGCView {
model: object.childItems
delegate: MissionItemIndexLabel {
label: object.sequenceNumber
label: object.abbreviation
isCurrentItem: object.isCurrentItem
z: 2
......
Supports Markdown
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