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
1a813c74
Commit
1a813c74
authored
Mar 09, 2016
by
Don Gagne
Browse files
Bad function call
parent
cd39a194
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/MissionEditor.qml
View file @
1a813c74
...
...
@@ -101,7 +101,7 @@ QGCView {
if
(
ScreenTools
.
isMobile
)
{
_root
.
showDialog
(
mobileFileSaver
,
"
Save Mission File
"
,
_root
.
showDialogDefaultWidth
,
StandardButton
.
Save
|
StandardButton
.
Cancel
)
}
else
{
controller
.
saveMissionToFile
()
controller
.
saveMissionToFile
Picker
()
}
}
...
...
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