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 3fb8253edb
commit 19a807bdb2
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;