evas/render - better efficient check.

This commit is contained in:
ChunEon Park 2013-03-28 10:34:26 +09:00
parent 7fca35d848
commit 7751a996c8
1 changed files with 1 additions and 1 deletions

View File

@ -948,7 +948,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object *eo_obj,
Evas_Object_Protected_Data *obj2;
Eina_Bool clean_them = EINA_FALSE;
if ((evas_object_is_source_invisible(eo_obj, obj) && (!proxy_render)))
if ((!proxy_render) && (evas_object_is_source_invisible(eo_obj, obj)))
return clean_them;
evas_object_clip_recalc(eo_obj, obj);