Evas: Fix trying to clip objects to the framespace clip if the object
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 1 Aug 2012 14:14:34 +0000 (14:14 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 1 Aug 2012 14:14:34 +0000 (14:14 +0000)
is going to be deleted. Patch from eduardo.de.barros.lime@intel.com.

SVN revision: 74739

legacy/evas/src/lib/canvas/evas_render.c

index 1db3d21..e0cc9a7 100644 (file)
@@ -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,