[elementary/popup] Add edje_object_message_signal_process after some signal_emitting in smart_add function.

SVN revision: 79783
This commit is contained in:
WooHyun Jung 2012-11-28 14:52:34 +00:00
parent cc6d954240
commit a1f62ffc9b
1 changed files with 1 additions and 0 deletions

View File

@ -1351,6 +1351,7 @@ _elm_popup_smart_add(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
elm_widget_can_focus_set(obj, EINA_FALSE);
_visuals_set(obj);
edje_object_message_signal_process(wd->resize_obj);
}
static void