summaryrefslogtreecommitdiffstats
path: root/src/rect-context.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-09-24 22:17:24 +0000
committerMarkus Engel <markus.engel@tum.de>2013-09-24 22:17:24 +0000
commitbcca22a25ae98f70c36fff6292f0a8fe4e578d89 (patch)
treea18d382d32f471b7119b9b7b2782cec04d6da43f /src/rect-context.cpp
parentRefactored SPUse. (diff)
parentFix my email address through codebase (diff)
downloadinkscape-bcca22a25ae98f70c36fff6292f0a8fe4e578d89.tar.gz
inkscape-bcca22a25ae98f70c36fff6292f0a8fe4e578d89.zip
Merged from trunk (r12588).
(bzr r11608.1.129)
Diffstat (limited to 'src/rect-context.cpp')
-rw-r--r--src/rect-context.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rect-context.cpp b/src/rect-context.cpp
index 8a7427928..f60b3d465 100644
--- a/src/rect-context.cpp
+++ b/src/rect-context.cpp
@@ -165,9 +165,7 @@ bool SPRectContext::item_handler(SPItem* item, GdkEvent* event) {
break;
}
- if (!ret) {
- ret = SPEventContext::item_handler(item, event);
- }
+ ret = SPEventContext::item_handler(item, event);
return ret;
}
@@ -478,6 +476,7 @@ void SPRectContext::finishItem() {
}
this->rect->updateRepr();
+ this->rect->doWriteTransform(this->rect->getRepr(), this->rect->transform, NULL, true);
this->desktop->canvas->endForcedFullRedraws();