ethumb: set explicitly alpha on, which allows us to fix the thumbnails with transparent backgrounds

SVN revision: 64735
This commit is contained in:
Michael BOUCHAUD 2011-11-04 14:50:47 +00:00
parent a7fac0f526
commit fc413bec7a
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,7 @@ ethumb_new(void)
sub_ee = ecore_evas_object_ecore_evas_get(o);
sub_e = ecore_evas_object_evas_get(o);
ecore_evas_alpha_set(sub_ee, EINA_TRUE);
evas_image_cache_set(sub_e, 0);
evas_font_cache_set(sub_e, 0);
@ -1629,6 +1630,7 @@ ethumb_dup(const Ethumb *e)
sub_ee = ecore_evas_object_ecore_evas_get(o);
sub_ev = ecore_evas_object_evas_get(o);
ecore_evas_alpha_set(sub_ee, EINA_TRUE);
evas_image_cache_set(sub_ev, 0);
evas_font_cache_set(sub_ev, 0);