projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wl-textinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d3f96
)
Fix bug not to show input panel in case show is called than activate first in TV...
12/54512/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 16 Dec 2015 00:32:31 +0000
(09:32 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 16 Dec 2015 00:32:31 +0000
(09:32 +0900)
Change-Id: I8b78519e8d9276c4f11318080407d62b454ba95e
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index cab4699ea9657151bce5183c3743c35aa2f3ab02..95e7e3a530fb6bcb8a2dbff72106a2047e1495e0 100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-621,6
+621,10
@@
_e_text_input_deactivate(E_Text_Input *text_input, E_Input_Method *input_method)
if (text_input->resource)
wl_text_input_send_leave(text_input->resource);
+
+#ifdef _TV
+ g_disable_show_panel = EINA_FALSE;
+#endif
}
}