Commit 682ae3e9 authored by Don Gagne's avatar Don Gagne
Browse files

Merge pull request #2545 from DonLakeFlyer/AddItemTimeout

Mission Editor: Add item button times out too early
parents 0b750e07 83f7d7bc
......@@ -219,6 +219,7 @@ QGCView {
//offlineHomePosition = coordinate
} else if (addMissionItemsButton.checked) {
var index = controller.addMissionItem(coordinate)
addMissionItemsButtonAutoOffTimer.stop()
addMissionItemsButtonAutoOffTimer.start()
setCurrentItem(index)
} else {
......
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