projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c8d45
)
e_client: don't stack vkbd if parent is splitted
76/94276/2
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Fri, 28 Oct 2016 02:48:26 +0000
(11:48 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 2 Nov 2016 02:11:01 +0000
(19:11 -0700)
Change-Id: I4db22e0c4abea9f01b672895345cef06a42ee4e6
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 97f1138a8ce4d7b74a0f26e6d98bed2ea9bd4737..31b478e1554335fbbcdadead3a4267c9c41a5e85 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-1885,6
+1885,9
@@
_e_client_cb_evas_restack(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA
E_LIST_REVERSE_FREE(list, child)
{
+ /* Don't stack vkbd if parent is splitted */
+ if (child->vkbd.vkbd && ec->layout.splited) continue;
+
/* Don't stack iconic transients. If the user wants these shown,
* that's another option.
*/