From e254e5c6ced93403c125592237b43215bde7b0ff Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 23 Apr 2018 23:34:58 +0200 Subject: Fixing LPE recalculations warnings on update --- src/object/sp-shape.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/object/sp-shape.cpp') diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp index df8a200d0..1708ecfb3 100644 --- a/src/object/sp-shape.cpp +++ b/src/object/sp-shape.cpp @@ -412,6 +412,9 @@ void SPShape::modified(unsigned int flags) { } } } + if (!this->getCurve()) { + sp_lpe_item_update_patheffect(this, true, false); + } } Geom::OptRect SPShape::bbox(Geom::Affine const &transform, SPItem::BBoxType bboxtype) const { -- cgit v1.2.3