diff options
Diffstat (limited to 'src/object/sp-item.cpp')
| -rw-r--r-- | src/object/sp-item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index accf110ad..5ca22cabd 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -1542,7 +1542,7 @@ void SPItem::doWriteTransform(Geom::Affine const &transform, Geom::Affine const updateRepr(); if (lpeitem && lpeitem->hasPathEffectRecursive()) { - sp_lpe_item_update_patheffect(lpeitem, false, false); + sp_lpe_item_update_patheffect(lpeitem, true, false); } // send the relative transform with a _transformed_signal |
