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:
38c997d
)
naviframe: Fix to process title show/hide signal immediately
72/95172/1
author
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Fri, 13 Jun 2014 11:35:37 +0000
(20:35 +0900)
committer
Jaehyun Cho
<jae_hyun.cho@samsung.com>
Wed, 2 Nov 2016 10:50:31 +0000
(19:50 +0900)
Change-Id: Iaeab08aa2a197575c0280220090b2554bbe3c8d7
src/lib/elc_naviframe.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_naviframe.c
b/src/lib/elc_naviframe.c
index
703cdd8
..
0c91f5c
100644
(file)
--- a/
src/lib/elc_naviframe.c
+++ b/
src/lib/elc_naviframe.c
@@
-421,6
+421,7
@@
_item_title_enabled_update(Elm_Naviframe_Item_Data *nit, Eina_Bool transition)
else
elm_object_signal_emit(VIEW(nit), "elm,state,title,hide", "elm");
}
+ edje_object_message_signal_process(elm_layout_edje_get(VIEW(nit)));
}
EOLIAN static Elm_Theme_Apply