Always put the hilight object at the highest layer.

This commit is contained in:
Tom Hacohen 2013-09-06 17:02:11 +01:00
parent 78d88626c8
commit dd93bda89d
1 changed files with 2 additions and 0 deletions

View File

@ -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,