Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
682ae3e9
Commit
682ae3e9
authored
Jan 06, 2016
by
Don Gagne
Browse files
Merge pull request #2545 from DonLakeFlyer/AddItemTimeout
Mission Editor: Add item button times out too early
parents
0b750e07
83f7d7bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/MissionEditor.qml
View file @
682ae3e9
...
...
@@ -219,6 +219,7 @@ QGCView {
//offlineHomePosition = coordinate
}
else
if
(
addMissionItemsButton
.
checked
)
{
var
index
=
controller
.
addMissionItem
(
coordinate
)
addMissionItemsButtonAutoOffTimer
.
stop
()
addMissionItemsButtonAutoOffTimer
.
start
()
setCurrentItem
(
index
)
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment