fix to use evas_object_lower of dynamicbar 57/35957/1
authorSoohye Shin <soohye.shin@samsung.com>
Thu, 26 Feb 2015 13:18:13 +0000 (22:18 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Thu, 26 Feb 2015 13:20:41 +0000 (22:20 +0900)
Change-Id: Icfc36bc712f72f879213ebd233c703f1589556db
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/hbar.c

index fe54407..5421cea 100644 (file)
@@ -1060,7 +1060,7 @@ static void _update_child_bar(struct _hbar_data *bar,
                _dbar = _get_bar_object(_item->dbar);
 
                _item->dbar->ops->hide(_item->dbar);
-               evas_object_stack_below(_dbar, bar->ly);
+               evas_object_lower(_dbar);
        }
 
        elm_object_part_content_set(bar->ly, PART_DYNAMICBAR, dbar);