summaryrefslogtreecommitdiffstats
path: root/src/object/sp-spiral.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-spiral.cpp')
-rw-r--r--src/object/sp-spiral.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-spiral.cpp b/src/object/sp-spiral.cpp
index 7a449807d..007e8c499 100644
--- a/src/object/sp-spiral.cpp
+++ b/src/object/sp-spiral.cpp
@@ -351,7 +351,7 @@ void SPSpiral::set_shape() {
if (before || this->hasPathEffectRecursive()) {
if (!before || before->get_pathvector() != c->get_pathvector()){
this->setCurveBeforeLPE(c);
- this->update_patheffect(false);
+ sp_lpe_item_update_patheffect(this, true, false);
} else {
this->setCurveBeforeLPE(c);
}