Revert "elementary: hide naviframe itens added but not on

top"

This reverts commit r78006.



SVN revision: 78069
This commit is contained in:
Bruno Dilly 2012-10-16 18:01:21 +00:00
parent f3f96e6b7e
commit f03c6ecb12
1 changed files with 0 additions and 4 deletions

View File

@ -1331,8 +1331,6 @@ elm_naviframe_item_insert_before(Evas_Object *obj,
(sd->stack, EINA_INLIST_GET(it),
EINA_INLIST_GET(((Elm_Naviframe_Item *)before)));
evas_object_hide(VIEW(it));
elm_layout_sizing_eval(obj);
return (Elm_Object_Item *)it;
@ -1369,8 +1367,6 @@ elm_naviframe_item_insert_after(Evas_Object *obj,
evas_object_show(VIEW(it));
evas_object_hide(VIEW(after));
}
else
evas_object_hide(VIEW(it));
elm_layout_sizing_eval(obj);