diff options
Diffstat (limited to '')
| -rw-r--r-- | src/sp-path.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 14f04218f..20515c4cd 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -416,8 +416,9 @@ sp_path_update_patheffect(SPLPEItem *lpeitem, bool write) SPPath *path = (SPPath *) lpeitem; if (path->original_curve) { SPCurve *curve = path->original_curve->copy(); + sp_shape_set_curve_insync(shape, curve, TRUE); sp_lpe_item_perform_path_effect(SP_LPE_ITEM(shape), curve); - sp_shape_set_curve(shape, curve, TRUE); + SP_OBJECT(shape)->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); curve->unref(); if (write) { |
