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:
00586c6
)
e_client: latest_focus set to transient_for child when parent activate
33/233633/1
author
Junseok, Kim
<juns.kim@samsung.com>
Mon, 18 May 2020 03:45:53 +0000
(12:45 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Mon, 18 May 2020 03:45:53 +0000
(12:45 +0900)
Change-Id: I736ee3d7d1cb68ac2053ff3ddc9248a3396134ce
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 29a3821560a59d82926ffaf848c6118a2f6acfc3..04a156afa4a2303841e2cd97fc3317e3020413a9 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-5613,7
+5613,11
@@
e_client_activate(E_Client *ec, Eina_Bool just_do_it)
if (!focus_ec)
focus_ec = ec;
else
- e_client_focus_defer_unset(ec);
+ {
+ e_client_focus_latest_set(ec);
+ e_client_focus_latest_set(focus_ec);
+ e_client_focus_defer_unset(ec);
+ }
obscured_above = _e_client_check_fully_contain_by_above(focus_ec, EINA_FALSE);
if (!obscured_above)