bug fix - exclude layout evas_object_show from utils to each view 21/42021/1
authorSoohye Shin <soohye.shin@samsung.com>
Mon, 22 Jun 2015 05:10:06 +0000 (14:10 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Mon, 22 Jun 2015 05:10:06 +0000 (14:10 +0900)
Change-Id: I039473b67e4ea4a36ee170d0e4c31fe06de64045
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/utils.c
src/view/view_home.c

index ae84a88..efb4455 100644 (file)
@@ -44,8 +44,6 @@ Evas_Object *utils_add_layout(Evas_Object *base, const char *group,
        if (part)
                elm_object_part_content_set(base, part, ly);
 
-       evas_object_show(ly);
-
        return ly;
 }
 
index c21af95..ac19b22 100644 (file)
@@ -140,6 +140,7 @@ static struct bar_item *_pack_bar_item(struct _priv *priv, Evas_Object *box,
 
        inputmgr_add_callback(eo, 0, &eo_handler, bi);
        elm_box_pack_end(box, eo);
+       evas_object_show(eo);
 
        bi->priv = priv;
        bi->eo = eo;