summaryrefslogtreecommitdiffstats
path: root/src/object/sp-star.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-star.cpp')
-rw-r--r--src/object/sp-star.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object/sp-star.cpp b/src/object/sp-star.cpp
index b0e31e9da..a25a724ea 100644
--- a/src/object/sp-star.cpp
+++ b/src/object/sp-star.cpp
@@ -494,7 +494,6 @@ Geom::Affine SPStar::set_transform(Geom::Affine const &xform)
// Adjust livepatheffect
if (hasPathEffect() && pathEffectsEnabled()) {
this->adjust_livepatheffect(xform);
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG);
}
return xform;
}
@@ -539,8 +538,6 @@ Geom::Affine SPStar::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;
}