set comp object mirror alpha flag more accurately on creation

This commit is contained in:
Mike Blumenkrantz 2015-09-17 16:48:02 -04:00
parent 554eb76140
commit e669eb9998
1 changed files with 1 additions and 1 deletions

View File

@ -3614,7 +3614,7 @@ e_comp_object_util_mirror_add(Evas_Object *obj)
evas_object_data_set(o, "E_Client", cw->ec);
evas_object_data_set(o, "comp_mirror", cw);
evas_object_image_alpha_set(o, cw->ec->argb || (!!cw->ec->shaped));
evas_object_image_alpha_set(o, evas_object_image_alpha_get(cw->obj));
evas_object_image_size_set(o, w, h);
if (cw->ec->shaped)