projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ac798
)
naviframe: hide item added by elm_naviframe_item_insert_before()
author
Wonguk Jeong
<wonguk.jeong@samsung.com>
Tue, 23 Sep 2014 09:46:26 +0000
(11:46 +0200)
committer
Wonguk Jeong
<wonguk.jeong@samsung.com>
Tue, 23 Sep 2014 09:46:26 +0000
(11:46 +0200)
Fixes T1650
src/lib/elc_naviframe.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_naviframe.c
b/src/lib/elc_naviframe.c
index 32b1ce7a46b772a0a7c9619247daf106b2054925..d5d3e8b9a88080b3debead2dea04093df10a77f1 100644
(file)
--- a/
src/lib/elc_naviframe.c
+++ b/
src/lib/elc_naviframe.c
@@
-1579,6
+1579,7
@@
_elm_naviframe_item_insert_before(Eo *obj, Elm_Naviframe_Data *sd, Elm_Object_It
EINA_INLIST_GET(((Elm_Naviframe_Item *)before)));
elm_widget_tree_unfocusable_set(VIEW(it), EINA_TRUE);
+ evas_object_hide(VIEW(it));
elm_object_signal_emit(VIEW(it), "elm,state,invisible", "elm");
elm_layout_sizing_eval(obj);