summaryrefslogtreecommitdiffstats
path: root/src/arc-context.cpp
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-09-02 19:51:04 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-09-02 19:51:04 +0000
commit632414c7cdd5f8992c6d6439d25128b82e93d499 (patch)
treecf5b544e03b0b165e8c6fe68e9345d6259f73e62 /src/arc-context.cpp
parentForgot to remove "share/ui/units.txt" from "share/ui/Makefile.am". (diff)
downloadinkscape-632414c7cdd5f8992c6d6439d25128b82e93d499.tar.gz
inkscape-632414c7cdd5f8992c6d6439d25128b82e93d499.zip
Fix bug that added transforms to new objects.
(bzr r12475.1.11)
Diffstat (limited to 'src/arc-context.cpp')
-rw-r--r--src/arc-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arc-context.cpp b/src/arc-context.cpp
index 115f45493..ee79933bb 100644
--- a/src/arc-context.cpp
+++ b/src/arc-context.cpp
@@ -485,6 +485,7 @@ static void sp_arc_finish(SPArcContext *ac)
SPDesktop *desktop = SP_EVENT_CONTEXT(ac)->desktop;
SP_OBJECT(ac->item)->updateRepr();
+ ac->item->doWriteTransform(ac->item->getRepr(), ac->item->transform, NULL, true);
desktop->canvas->endForcedFullRedraws();