ethumb: set explicitly alpha on, which allows us to fix the thumbnails with transpare...
authoryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Nov 2011 14:50:47 +0000 (14:50 +0000)
committeryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Nov 2011 14:50:47 +0000 (14:50 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/ethumb@64735 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Ethumb.c

index c844cd5..c510fdc 100644 (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);