jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=54a53a14e74568855a36b0385728a1e666b01bf8

commit 54a53a14e74568855a36b0385728a1e666b01bf8
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Mon Dec 11 16:07:18 2017 +0900

    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
---
 src/lib/elementary/efl_ui_popup_alert.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elementary/efl_ui_popup_alert.c 
b/src/lib/elementary/efl_ui_popup_alert.c
index bf659db386..ea5fbed98f 100644
--- a/src/lib/elementary/efl_ui_popup_alert.c
+++ b/src/lib/elementary/efl_ui_popup_alert.c
@@ -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);
 }
 

-- 


Reply via email to