always emit E_EVENT_COMP_OBJECT_ADD events

fix T6322
This commit is contained in:
Mike Blumenkrantz 2017-11-06 14:08:33 -05:00
parent 7a9a4b0855
commit 3fc4e337e7
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ _e_comp_object_event_add(Evas_Object *obj)
E_Event_Comp_Object *ev;
E_Client *ec;
if (stopping) return;
ev = E_NEW(E_Event_Comp_Object, 1);
evas_object_ref(obj);
ev->comp_object = obj;