summaryrefslogtreecommitdiffstats
path: root/src/object/sp-image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-image.cpp')
-rw-r--r--src/object/sp-image.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object/sp-image.cpp b/src/object/sp-image.cpp
index 6736efdec..8d3a15f0b 100644
--- a/src/object/sp-image.cpp
+++ b/src/object/sp-image.cpp
@@ -690,8 +690,6 @@ Geom::Affine SPImage::set_transform(Geom::Affine const &xform) {
this->x = pos[Geom::X];
this->y = pos[Geom::Y];
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
-
return ret;
}