hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=69dea1d72e8ea3807bb2a092d3873e4500d018ee

commit 69dea1d72e8ea3807bb2a092d3873e4500d018ee
Author: ChunEon Park <[email protected]>
Date:   Thu Oct 30 17:26:49 2014 +0900

    elementary_test/3d: improve sample.
    
    since the previous cube hide the progressbar control,
    user couldn't control it.
    
    So make it cube transparency and pass events to progressbar.
---
 src/bin/test_3d.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/test_3d.c b/src/bin/test_3d.c
index 71ebc34..2fec4ee 100644
--- a/src/bin/test_3d.c
+++ b/src/bin/test_3d.c
@@ -52,6 +52,8 @@ _cube_new(Evas *evas, Evas_Coord w, Evas_Coord h, Evas_Coord 
d)
         evas_object_image_fill_set(o, 0, 0, 256, 256);
         evas_object_resize(o, 256, 256);
         evas_object_image_smooth_scale_set(o, EINA_FALSE);
+        evas_object_pass_events_set(o, EINA_TRUE);
+        evas_object_color_set(o, 235, 235, 235, 235);
         evas_object_show(o);
      }
    POINT(0, 0, -w, -h, -d,   0,   0);

-- 


Reply via email to