This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch v-0.25.0
in repository enlightenment.

View the commit online.

commit 4c2633ae17c33f5a0ac4b9ee65a81bd48018058f
Author: Carsten Haitzler <[email protected]>
AuthorDate: Tue Mar 8 01:27:28 2022 +0000

    comp - fix shapoe event to skip clippers
---
 src/bin/e_comp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index ccea3ed8c..252b089a8 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -778,6 +778,7 @@ _tiler_add_input_sub(Evas_Object *par, Eina_Tiler *tb)
 
    EINA_LIST_FREE(objs, o)
      {
+        if (evas_object_clipees_has(o)) continue;
         if ((_tiler_obj_visible(o)) &&
             (!evas_object_pass_events_get(o)))
           {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to