set pass_events on client mirrors when beginning zoom hide

fix T7310
This commit is contained in:
Mike Blumenkrantz 2018-08-17 10:08:38 -04:00
parent 53c83301c8
commit aebda73e19
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ _hiding(void *data EINA_UNUSED, Evas_Object *obj, const char *sig EINA_UNUSED, c
EINA_LIST_FREE(clients, m)
{
e = evas_object_smart_parent_get(m);
evas_object_pass_events_set(e, 1);
edje_object_signal_emit(e, "e,action,hide", "e");
}
}