tasks: pass events ctxpopup.

This commit is contained in:
Alastair Poole 2021-03-08 17:07:02 +00:00
parent b593fb0bfa
commit 2c26f09e3c
1 changed files with 1 additions and 0 deletions

View File

@ -1017,6 +1017,7 @@ _tasks_item_preview_add(Tasks_Item *item)
ELM_CTXPOPUP_DIRECTION_LEFT, ELM_CTXPOPUP_DIRECTION_RIGHT);
break;
}
evas_object_pass_events_set(o, 1);
evas_object_show(o);
}