From e953bdf2beb96e63af5f2cdb54d139f561596bb9 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 21 Sep 2013 11:39:09 +0200 Subject: Rectangles can be drawn inside other shapes again. Fixed bugs: - https://launchpad.net/bugs/1228393 (bzr r12561) --- src/rect-context.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/rect-context.cpp') diff --git a/src/rect-context.cpp b/src/rect-context.cpp index 599680190..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; } -- cgit v1.2.3