use zoomap as image source for object mirrors, for all the good it will do

This commit is contained in:
Mike Blumenkrantz 2013-04-18 13:42:23 +01:00
parent e922fcd32e
commit ded0db707f
1 changed files with 1 additions and 1 deletions

View File

@ -1975,7 +1975,7 @@ _e_comp_win_mirror_add(E_Comp_Win *cw)
{
/* FIXME!!! */
evas_object_image_alpha_set(o, 1);
evas_object_image_source_set(o, cw->obj);
evas_object_image_source_set(o, cw->zoomobj);
}
return o;
}