diff options
Diffstat (limited to 'src/rect-context.cpp')
| -rw-r--r-- | src/rect-context.cpp | 5 |
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(); |
