[*][elm_panes] This should be rollback git commit -m ! evas_object_hide should be...
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 22 Nov 2011 02:11:12 +0000 (11:11 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 22 Nov 2011 02:11:12 +0000 (11:11 +0900)
src/lib/elm_panes.c

index 638f771..0b5a125 100644 (file)
@@ -257,6 +257,7 @@ _content_left_unset(Evas_Object *obj)
    Evas_Object *content = wd->contents.left;
    elm_widget_sub_object_del(obj, content);
    edje_object_part_unswallow(wd->panes, content);
+   evas_object_hide(content);
    wd->contents.left = NULL;
    return content;
 }
@@ -269,6 +270,7 @@ _content_right_unset(Evas_Object *obj)
    Evas_Object *content = wd->contents.right;
    elm_widget_sub_object_del(obj, content);
    edje_object_part_unswallow(wd->panes, content);
+   evas_object_hide(content);
    wd->contents.right = NULL;
    return content;
 }