From: Christopher Michael Date: Wed, 1 Aug 2012 14:14:34 +0000 (+0000) Subject: Evas: Fix trying to clip objects to the framespace clip if the object X-Git-Tag: submit/devel/efl/20131022.203902~4769 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a32afd20b3deb8193bacf5ffb19e7b7765ac204;p=platform%2Fupstream%2Fefl.git Evas: Fix trying to clip objects to the framespace clip if the object is going to be deleted. Patch from eduardo.de.barros.lime@intel.com. SVN revision: 74739 --- diff --git a/legacy/evas/src/lib/canvas/evas_render.c b/legacy/evas/src/lib/canvas/evas_render.c index 1db3d21..e0cc9a7 100644 --- a/legacy/evas/src/lib/canvas/evas_render.c +++ b/legacy/evas/src/lib/canvas/evas_render.c @@ -1392,6 +1392,8 @@ evas_render_updates_internal(Evas *e, } } + if (obj->delete_me) continue; + EINA_RECTANGLE_SET(&clip_rect, e->framespace.clip->cur.geometry.x, e->framespace.clip->cur.geometry.y,