diff --git a/src/groupmesh.cpp b/src/groupmesh.cpp index 650a556..dfeb010 100644 --- a/src/groupmesh.cpp +++ b/src/groupmesh.cpp @@ -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