From e65551ff4a5356b86a973bcbe4ef973bdf09525c Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 23 Apr 2018 00:09:01 +0200 Subject: Fix warings on updates --- src/object/box3d-side.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/object/box3d-side.cpp') diff --git a/src/object/box3d-side.cpp b/src/object/box3d-side.cpp index 23c066b1c..c88c7a7b9 100644 --- a/src/object/box3d-side.cpp +++ b/src/object/box3d-side.cpp @@ -196,12 +196,7 @@ void Box3DSide::set_shape() { * This is very important for LPEs to work properly! (the bbox might be recalculated depending on the curve in shape)*/ SPCurve * before = this->getCurveBeforeLPE(); if (before || this->hasPathEffectRecursive()) { - if (!before || before->get_pathvector() != c->get_pathvector()){ - this->setCurveBeforeLPE(c); - sp_lpe_item_update_patheffect(this, true, false); - } else { - this->setCurveBeforeLPE(c); - } + this->setCurveBeforeLPE(c); } else { this->setCurveInsync(c); } -- cgit v1.2.3