summaryrefslogtreecommitdiffstats
path: root/src/rect-context.cpp
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-09-20 17:09:19 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-09-20 17:09:19 +0000
commitcf74f053a081f6f4b460da9cd72afaab23d54d13 (patch)
tree427aa22ba3dcad9b55edb90522b5ab0208074e06 /src/rect-context.cpp
parentUsing inkscape compact settings to save the icons.svg file (diff)
parentMerge from trunk. (diff)
downloadinkscape-cf74f053a081f6f4b460da9cd72afaab23d54d13.tar.gz
inkscape-cf74f053a081f6f4b460da9cd72afaab23d54d13.zip
Merge Google Summer of Code unit improvement.
(bzr r12554)
Diffstat (limited to 'src/rect-context.cpp')
-rw-r--r--src/rect-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rect-context.cpp b/src/rect-context.cpp
index 8a7427928..599680190 100644
--- a/src/rect-context.cpp
+++ b/src/rect-context.cpp
@@ -478,6 +478,7 @@ void SPRectContext::finishItem() {
}
this->rect->updateRepr();
+ this->rect->doWriteTransform(this->rect->getRepr(), this->rect->transform, NULL, true);
this->desktop->canvas->endForcedFullRedraws();