summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index 9e18bbe90..68d946712 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -558,7 +558,7 @@ void Inkscape::SelTrans::stamp()
new_affine = &original_item->transform;
}
- copy_item->doWriteTransform(copy_repr, *new_affine);
+ copy_item->doWriteTransform(*new_affine);
if ( copy_item->isCenterSet() && _center ) {
copy_item->setCenter(*_center * _current_relative_affine);