e: bug fix for thumbnail.

SVN revision: 71579
This commit is contained in:
Cedric BAIL 2012-05-31 10:23:48 +00:00
parent daa7935e0f
commit 38a0812f51
1 changed files with 1 additions and 0 deletions

View File

@ -367,6 +367,7 @@ _e_thumb_generate(E_Thumb *eth)
evas_object_image_fill_set(im, 0, 0, ww, hh);
}
}
ecore_evas_alpha_set(ee, alpha);
evas_object_move(im, 0, 0);
evas_object_resize(im, ww, hh);
ecore_evas_resize(ee, ww, hh);