Commit bf7af352 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5639 from HorusAeronaves/mission_item_status

MissionItemStatus: Show survey and others complex items as chars
parents 54780e15 1cfb43f7
......@@ -84,8 +84,8 @@ Rectangle {
small: true
checked: object.isCurrentItem
label: object.abbreviation.charAt(0)
index: object.sequenceNumber
visible: object.relativeAltitude ? true : object.homePosition
index: object.abbreviation.charAt(0) > 'A' && object.abbreviation.charAt(0) < 'z' ? -1 : object.sequenceNumber
visible: true
}
}
}
......
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