don't reshadow on client redirect

fix T1019
This commit is contained in:
Mike Blumenkrantz 2014-02-27 20:31:18 -05:00
parent 6abcb5f946
commit 78403e2f54
1 changed files with 0 additions and 1 deletions

View File

@ -3024,7 +3024,6 @@ e_comp_object_redirected_set(Evas_Object *obj, Eina_Bool set)
cw->redirected = set;
if (set)
{
_e_comp_object_shadow_setup(cw);
if (cw->updates_exist)
e_comp_object_render_update_add(obj);
else