diff options
Diffstat (limited to 'src/object/sp-shape.cpp')
| -rw-r--r-- | src/object/sp-shape.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp index 48252a1d9..0ed5f731b 100644 --- a/src/object/sp-shape.cpp +++ b/src/object/sp-shape.cpp @@ -1033,7 +1033,7 @@ void SPShape::setCurve(SPCurve *new_curve, unsigned int owner) * Sets _curve_before_lpe to refer to the curve. */ void -SPShape::setCurveBeforeLPE(SPCurve *new_curve, unsigned int owner, bool write) +SPShape::setCurveBeforeLPE(SPCurve *new_curve, unsigned int owner) { if (_curve_before_lpe) { _curve_before_lpe = _curve_before_lpe->unref(); @@ -1046,8 +1046,6 @@ SPShape::setCurveBeforeLPE(SPCurve *new_curve, unsigned int owner, bool write) _curve_before_lpe = new_curve->copy(); } } - sp_lpe_item_update_patheffect(this, true, write); - requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); } /** |
