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
75095ce9
Commit
75095ce9
authored
Mar 22, 2017
by
Donald Gagne
Browse files
Fix missing waypoint line from home to first item
parent
1e0e8d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/MissionController.cc
View file @
75095ce9
...
...
@@ -794,7 +794,7 @@ void MissionController::_recalcWaypointLines(void)
qWarning
()
<<
"First item is not MissionSettingsComplexItem"
;
}
bool
showHomePosition
=
false
;
// FIXME:
settingsItem->showHomePosition();
bool
showHomePosition
=
settingsItem
->
showHomePosition
();
qCDebug
(
MissionControllerLog
)
<<
"_recalcWaypointLines"
;
...
...
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