raster pushed a commit to branch master.

commit 45fb38aa7b75f767a6b84d3e69a56317b590d906
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Apr 16 20:10:06 2013 +0900

    and in zoomap make alpha on by default (solid currently doesnt work),
    and always should be off by default.
---
 src/bin/e_zoomap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_zoomap.c b/src/bin/e_zoomap.c
index 8084076..00e6bbe 100644
--- a/src/bin/e_zoomap.c
+++ b/src/bin/e_zoomap.c
@@ -222,8 +222,8 @@ _e_smart_add(Evas_Object *obj)
    if (!sd) return;
    sd->smart_obj = obj;
    sd->x = sd->y = sd->w = sd->h = 0;
-   sd->solid = EINA_TRUE;
-   sd->always = EINA_TRUE;
+   sd->solid = EINA_FALSE;
+   sd->always = EINA_FALSE;
    sd->smooth = EINA_TRUE;
    evas_object_smart_data_set(obj, sd);
 }

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to