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
30837324
Commit
30837324
authored
Jan 03, 2018
by
Don Gagne
Browse files
Fix ove-signalling
parent
6cf5b626
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/QGCMapPolygon.cc
View file @
30837324
...
...
@@ -302,9 +302,10 @@ void QGCMapPolygon::_updateCenter(void)
}
center
=
_coordFromPointF
(
QPointF
(
centroid
.
x
()
/
polygonF
.
count
(),
centroid
.
y
()
/
polygonF
.
count
()));
}
_center
=
center
;
emit
centerChanged
(
center
);
if
(
_center
!=
center
)
{
_center
=
center
;
emit
centerChanged
(
center
);
}
}
}
...
...
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