discomfitor pushed a commit to branch enlightenment-0.22.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=768e64bd2f81556300859acc3bfc9c4c9adffb44

commit 768e64bd2f81556300859acc3bfc9c4c9adffb44
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Wed Mar 21 15:54:12 2018 -0500

    Fix recent typo in mirror object alpha setting
    
    ref 6a04bfb0ffc0d49f64ee0fb26a4cad9cba11fe9f
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index b36be7a6a..6bab7d507 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -4067,7 +4067,7 @@ e_comp_object_dirty(Evas_Object *obj)
         //evas_object_image_border_set(o, bx, by, bxx, byy);
         //evas_object_image_border_center_fill_set(o, EVAS_BORDER_FILL_SOLID);
         evas_object_image_pixels_dirty_set(o, dirty);
-        evas_object_image_alpha_set(obj, alpha);
+        evas_object_image_alpha_set(o, alpha);
         if (!dirty)
           evas_object_image_data_set(o, NULL);
         evas_object_image_size_set(o, w, h);

-- 


Reply via email to