consider gadget ctxpopups as normal popups for callback purposes

This commit is contained in:
Mike Blumenkrantz 2018-01-18 15:31:43 -05:00
parent 265dd55163
commit 617735ca4c
1 changed files with 1 additions and 1 deletions

View File

@ -2322,7 +2322,7 @@ e_gadget_util_ctxpopup_place(Evas_Object *g, Evas_Object *ctx, Evas_Object *pos_
evas_object_event_callback_add(content, EVAS_CALLBACK_RESIZE, _gadget_util_ctxpopup_moveresize, NULL);
}
_desktop_rect_obj_add(ctx);
evas_object_smart_callback_call(zgc->site->layout, "gadget_site_popup", ctx);
evas_object_smart_callback_call(g, "gadget_popup", ctx);
if (evas_object_visible_get(ctx))
e_comp_shape_queue();
}