Commit 65c163f3 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #3589 from NaterGator/missionabbrev

Fixes ardupilot abbreviations for #3588
parents f565f290 2371b335
...@@ -43,7 +43,7 @@ MapItemView { ...@@ -43,7 +43,7 @@ MapItemView {
model: object.childItems model: object.childItems
delegate: MissionItemIndexLabel { delegate: MissionItemIndexLabel {
label: object.sequenceNumber label: object.abbreviation
isCurrentItem: object.isCurrentItem isCurrentItem: object.isCurrentItem
z: 2 z: 2
} }
......
...@@ -426,7 +426,7 @@ QGCView { ...@@ -426,7 +426,7 @@ QGCView {
model: object.childItems model: object.childItems
delegate: MissionItemIndexLabel { delegate: MissionItemIndexLabel {
label: object.sequenceNumber label: object.abbreviation
isCurrentItem: object.isCurrentItem isCurrentItem: object.isCurrentItem
z: 2 z: 2
......
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