e - bgpreview widget - fix sizing of normal wallpapers after video add

sizing of bg previuews with normal edje wallpapers broke when adding
in video - fix back to where it was and working again
This commit is contained in:
Carsten Haitzler 2016-02-05 22:01:27 +09:00
parent be1b11ca28
commit 99a98997ad
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ _e_wid_livethumb_resize_job(void *data)
{
zone = e_comp_object_util_zone_get(dd->live);
if (!zone) zone = eina_list_data_get(e_comp->zones);
evas_object_geometry_get(dd->live, NULL, NULL, &w, &h);
evas_object_geometry_get(dd->cont, NULL, NULL, &w, &h);
if ((w != zone->w) || (h != zone->h))
{
w *= 2;