woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6fd86f519ff0da7240bc3cb25f6327fd032c9db4

commit 6fd86f519ff0da7240bc3cb25f6327fd032c9db4
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Wed Mar 23 11:42:14 2016 +0900

    popup: visual related signals should be processed immediately
---
 src/lib/elc_popup.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c
index c69e16d..9afea65 100644
--- a/src/lib/elc_popup.c
+++ b/src/lib/elc_popup.c
@@ -94,6 +94,8 @@ _visuals_set(Evas_Object *obj)
      elm_layout_signal_emit(sd->main_layout, "elm,state,action_area,visible", 
"elm");
    else
      elm_layout_signal_emit(sd->main_layout, "elm,state,action_area,hidden", 
"elm");
+
+   edje_object_message_signal_process(elm_layout_edje_get(sd->main_layout));
 }
 
 static Eina_Bool

-- 


Reply via email to