diff options
Diffstat (limited to 'src/object/sp-ellipse.cpp')
| -rw-r--r-- | src/object/sp-ellipse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp index 95bfd6160..e1992e4ad 100644 --- a/src/object/sp-ellipse.cpp +++ b/src/object/sp-ellipse.cpp @@ -483,7 +483,7 @@ void SPGenericEllipse::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); } |
