Fix a typo in Group::DrawFilledPaths.

pull/33/head
whitequark 2016-07-31 10:34:18 +00:00
parent 50b2b8adfd
commit d0e32849b2
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ void Group::DrawFilledPaths(Canvas *canvas) {
fill.zIndex = 1;
if(s->filled) {
// This is a filled loop, where the user specified a fill color.
fill.color = s->color;
fill.color = s->fillColor;
} else if(h.v == SS.GW.activeGroup.v && SS.checkClosedContour &&
polyError.how == PolyError::GOOD) {
// If this is the active group, and we are supposed to check