devilhorns pushed a commit to branch master.

commit 607f5914ff187128fa96b8d46751e97afc130ef6
Author: Chris Michael <[email protected]>
Date:   Tue Jul 9 11:43:29 2013 +0100

    Remove duplicate call to layer_set.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 5bd9d40..20c133f 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -5252,7 +5252,6 @@ e_comp_zone_update(E_Comp_Zone *cz)
 
    cz->over = o = edje_object_add(cz->comp->evas);
    evas_object_layer_set(o, E_COMP_CANVAS_LAYER_MAX);
-   evas_object_raise(o);
    evas_object_name_set(cz->over, "cz->over");
    evas_object_pass_events_set(o, 1);
    e_theme_edje_object_set(o, "base/theme/comp", 
over_styles[conf->disable_screen_effects]);

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to