diff options
Diffstat (limited to 'src/object/sp-star.cpp')
| -rw-r--r-- | src/object/sp-star.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-star.cpp b/src/object/sp-star.cpp index 097b5d989..27e1ce201 100644 --- a/src/object/sp-star.cpp +++ b/src/object/sp-star.cpp @@ -434,7 +434,7 @@ void SPStar::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); } |
