evas - proxy source visible check not done on update del

this fixes T842
This commit is contained in:
Carsten Haitzler 2014-02-13 15:40:29 +09:00
parent 0a97a74319
commit 56f4035898
1 changed files with 2 additions and 1 deletions

View File

@ -401,7 +401,8 @@ _evas_render_phase1_direct(Evas_Public_Data *e,
}
else if (evas_object_is_visible(eo_obj, obj) &&
((obj->rect_del) ||
(evas_object_is_opaque(eo_obj, obj))))
(evas_object_is_opaque(eo_obj, obj))) &&
(!evas_object_is_source_invisible(eo_obj, obj)))
{
RD(" rect del\n");
_evas_render_cur_clip_cache_del(e, obj);