Commit 995bfffb authored by haigithub's avatar haigithub

Fix Survey delete bug.

parent a5ec9d2c
......@@ -485,7 +485,7 @@ QGCView {
onRemove: {
itemDragger.clearItem()
controller.removeMissionItem(object.sequenceNumber)
controller.removeMissionItem(index)
}
onInsert: {
......
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