Commit 83f7d7bc authored by Don Gagne's avatar Don Gagne

Add item button timeout out too early

parent 94008c99
...@@ -219,6 +219,7 @@ QGCView { ...@@ -219,6 +219,7 @@ QGCView {
//offlineHomePosition = coordinate //offlineHomePosition = coordinate
} else if (addMissionItemsButton.checked) { } else if (addMissionItemsButton.checked) {
var index = controller.addMissionItem(coordinate) var index = controller.addMissionItem(coordinate)
addMissionItemsButtonAutoOffTimer.stop()
addMissionItemsButtonAutoOffTimer.start() addMissionItemsButtonAutoOffTimer.start()
setCurrentItem(index) setCurrentItem(index)
} else { } else {
......
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