From 6e5d89bf9595648fcebcf76fd031ba1ea022d397 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Fri, 9 Mar 2018 00:50:57 +0100 Subject: Fixing refs --- src/object/sp-ellipse.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/object/sp-ellipse.cpp') diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp index 95bfd6160..6fc34bbb2 100644 --- a/src/object/sp-ellipse.cpp +++ b/src/object/sp-ellipse.cpp @@ -481,12 +481,7 @@ void SPGenericEllipse::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); - this->update_patheffect(false); - } else { - this->setCurveBeforeLPE(c); - } + this->setCurveBeforeLPE(c); } else { this->setCurveInsync(c); } -- cgit v1.2.3