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
5e7d5902
Unverified
Commit
5e7d5902
authored
Jul 07, 2018
by
Don Gagne
Committed by
GitHub
Jul 07, 2018
Browse files
Merge pull request #6692 from DonLakeFlyer/LoadPlan
Plan: Fix load bug
parents
a5b8891b
627f3586
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/PlanView.qml
View file @
5e7d5902
...
...
@@ -185,6 +185,7 @@ QGCView {
function
loadFromSelectedFile
()
{
fileDialog
.
title
=
qsTr
(
"
Select Plan File
"
)
fileDialog
.
planFiles
=
true
fileDialog
.
selectExisting
=
true
fileDialog
.
nameFilters
=
masterController
.
loadNameFilters
fileDialog
.
fileExtension
=
QGroundControl
.
settingsManager
.
appSettings
.
planFileExtension
...
...
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