comp - fix shapoe event to skip clippers

This commit is contained in:
Carsten Haitzler 2022-03-08 01:27:28 +00:00
parent 3331e87184
commit 6bdd1abbe2
1 changed files with 1 additions and 0 deletions

View File

@ -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)))
{