Efl.Ui.Popup.Alert: add message signal process function for scroller size calculation

Summary:
add message signal process function for scroller size calculation
@fix

Reviewers: Jaehyun_Cho, jpeg, thiepha, cedric, woohyun, Blackmole

Reviewed By: Jaehyun_Cho

Differential Revision: https://phab.enlightenment.org/D5618
This commit is contained in:
Taehyub Kim 2017-12-11 16:07:18 +09:00 committed by Jaehyun Cho
parent f98d1e52ba
commit 54a53a14e7
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ _efl_ui_popup_alert_button_set(Eo *obj, Efl_Ui_Popup_Alert_Data *pd, Efl_Ui_Popu
{
int i;
Eo *cur_content;
ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd);
if ((type < EFL_UI_POPUP_ALERT_BUTTON_POSITIVE) || (type > EFL_UI_POPUP_ALERT_BUTTON_USER))
{
@ -168,6 +169,7 @@ _efl_ui_popup_alert_button_set(Eo *obj, Efl_Ui_Popup_Alert_Data *pd, Efl_Ui_Popu
}
elm_layout_signal_emit(obj, "elm,buttons,show", "elm");
edje_object_message_signal_process(wd->resize_obj);
elm_layout_sizing_eval(obj);
}