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
This commit is contained in:
Christopher Michael 2012-08-01 14:14:34 +00:00
parent d890c977ff
commit 2a32afd20b
1 changed files with 2 additions and 0 deletions

View 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,