call gadget_popup smart callback when configuring gadgets

ensure visibility changes are received by containers

ref T4732
This commit is contained in:
Mike Blumenkrantz 2016-10-17 11:56:32 -04:00
parent efdeef7cc5
commit 21c8af0c34
1 changed files with 1 additions and 0 deletions

View File

@ -716,6 +716,7 @@ _gadget_configure(E_Gadget_Config *zgc)
zgc->cfg_object = zgc->configure(zgc->gadget);
if (!zgc->cfg_object) return;
evas_object_event_callback_add(zgc->cfg_object, EVAS_CALLBACK_DEL, _gadget_act_configure_object_del, zgc);
evas_object_smart_callback_call(zgc->display, "gadget_popup", zgc->cfg_object);
}
static Eina_Bool