tasn pushed a commit to branch master.

commit dd93bda89d1630f78c74532361c030af8904f037
Author: Tom Hacohen <[email protected]>
Date:   Fri Sep 6 17:02:11 2013 +0100

    Always put the hilight object at the highest layer.
---
 src/lib/clouseau_app.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/clouseau_app.c b/src/lib/clouseau_app.c
index 83c948e..1a399fe 100644
--- a/src/lib/clouseau_app.c
+++ b/src/lib/clouseau_app.c
@@ -265,6 +265,8 @@ clouseau_data_object_highlight(Evas_Object *obj, 
Clouseau_Evas_Props *props, bmp
 
    /* Continue and do the Highlight */
    r = evas_object_rectangle_add(e);
+   /* Put the object as high as possible. */
+   evas_object_layer_set(r, EVAS_LAYER_MAX);
    evas_object_move(r, x - PADDING, y - PADDING);
    evas_object_resize(r, wd + (2 * PADDING), ht + (2 * PADDING));
    evas_object_color_set(r,

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Reply via email to