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
a6a66d0e
Commit
a6a66d0e
authored
Mar 18, 2017
by
Donald Gagne
Browse files
Add missing coordinateChanged signaling
parent
907fa99b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/FixedWingLandingComplexItem.cc
View file @
a6a66d0e
...
...
@@ -339,6 +339,7 @@ void FixedWingLandingComplexItem::_recalcFromRadiusChange(void)
_ignoreRecalcSignals
=
true
;
emit
loiterCoordinateChanged
(
_loiterCoordinate
);
emit
coordinateChanged
(
_loiterCoordinate
);
_ignoreRecalcSignals
=
false
;
}
}
...
...
@@ -376,6 +377,7 @@ void FixedWingLandingComplexItem::_recalcFromHeadingAndDistanceChange(void)
_ignoreRecalcSignals
=
true
;
emit
loiterTangentCoordinateChanged
(
_loiterTangentCoordinate
);
emit
loiterCoordinateChanged
(
_loiterCoordinate
);
emit
coordinateChanged
(
_loiterCoordinate
);
_ignoreRecalcSignals
=
false
;
}
}
...
...
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