summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWooHyun Jung <wh0705.jung@samsung.com>2016-03-23 11:42:14 +0900
committerWooHyun Jung <wh0705.jung@samsung.com>2016-03-23 11:42:14 +0900
commit6fd86f519ff0da7240bc3cb25f6327fd032c9db4 (patch)
tree9076744fd0086a099929d781c0e4d95fd5ae944e
parentd30e108d7559883dc99017cbca1b75763245a81a (diff)
downloadelementary-6fd86f519ff0da7240bc3cb25f6327fd032c9db4.tar.gz
popup: visual related signals should be processed immediately
-rw-r--r--src/lib/elc_popup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c
index c69e16df9..9afea6543 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