handle gadget_popup smart callback on gadget's display object

fixes case where this signal was not accurately propagated

ref T4732
This commit is contained in:
Mike Blumenkrantz 2016-10-17 11:57:05 -04:00
parent d5847e8ca6
commit 79b24ea884
1 changed files with 1 additions and 0 deletions

View File

@ -1523,6 +1523,7 @@ e_gadget_util_layout_style_init(Evas_Object *g, Evas_Object *style)
evas_object_smart_calculate(style);
evas_object_size_hint_min_get(style, &zgc->style.minw, &zgc->style.minh);
evas_object_show(style);
evas_object_smart_callback_add(zgc->display, "gadget_popup", _gadget_popup, zgc->site);
return prev;
}