summaryrefslogtreecommitdiffstats
path: root/src/object/sp-ellipse.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-04-21 15:24:09 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-04-23 21:37:56 +0000
commit6cac05b2ed5ad262328c836ee7f8daf184210eaf (patch)
tree147c39f49daca1fb2c001c535732678f6112c56e /src/object/sp-ellipse.cpp
parentFix some crashes grouping (diff)
downloadinkscape-6cac05b2ed5ad262328c836ee7f8daf184210eaf.tar.gz
inkscape-6cac05b2ed5ad262328c836ee7f8daf184210eaf.zip
Remove some documents updates
Diffstat (limited to 'src/object/sp-ellipse.cpp')
-rw-r--r--src/object/sp-ellipse.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp
index e1992e4ad..da93e824f 100644
--- a/src/object/sp-ellipse.cpp
+++ b/src/object/sp-ellipse.cpp
@@ -507,7 +507,6 @@ Geom::Affine SPGenericEllipse::set_transform(Geom::Affine const &xform)
// if path has this LPE applied, don't write the transform to the pathdata, but write it 'unoptimized'
// also if the effect is type BEND PATH to fix bug #179842
this->adjust_livepatheffect(xform);
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
return xform;
}
/* Calculate ellipse start in parent coords. */
@@ -562,8 +561,6 @@ Geom::Affine SPGenericEllipse::set_transform(Geom::Affine const &xform)
// Adjust livepatheffect
this->adjust_livepatheffect(xform);
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
-
return ret;
}