summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 24113f976..43e7d8af5 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -4028,6 +4028,7 @@ void ObjectSet::setClipGroup()
lpe->getRepr()->setAttribute("inverse", "true");
lpe->getRepr()->setAttribute("flatten", "false");
lpe->getRepr()->setAttribute("hide_clip", "false");
+ dynamic_cast<LPEPowerClip *>(lpe)->convertShapes();
} else {
Effect::createAndApply(POWERMASK, doc, item);
Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE();