This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch v-0.27
in repository enlightenment.
View the commit online.
commit 94e159bdd306d52010400d4086e64c3f241edb2f
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Jan 26 09:57:17 2025 +0000
fix focused dialogs being under un-fullscreened window
fixes #74
@fix
---
src/bin/e_client.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index f4d7d88ac..d2de310c6 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -3919,6 +3919,9 @@ e_client_focused_set(E_Client *ec)
}
}
+ if ((ec) && (ec_unfocus))
+ evas_object_stack_above(ec->frame, ec_unfocus->frame);
+
_e_client_hook_call(E_CLIENT_HOOK_FOCUS_UNSET, ec_unfocus);
/* only send event here if we're not being deleted */
if ((!e_object_is_del(E_OBJECT(ec_unfocus))) &&
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.