From d0e32849b2a95484a5fd960f9c8386d46ea5b57b Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 31 Jul 2016 10:34:18 +0000 Subject: [PATCH] Fix a typo in Group::DrawFilledPaths. --- src/groupmesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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