summaryrefslogtreecommitdiffstats
path: root/src/object/sp-path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-path.cpp')
-rw-r--r--src/object/sp-path.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp
index b47f63c9e..49a0a6e46 100644
--- a/src/object/sp-path.cpp
+++ b/src/object/sp-path.cpp
@@ -330,7 +330,6 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) {
// 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(transform);
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
return transform;
} else {
_curve_before_lpe->transform(transform);
@@ -351,8 +350,6 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) {
// Adjust LPE
this->adjust_livepatheffect(transform);
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
-
// nothing remains - we've written all of the transform, so return identity
return Geom::identity();
}