From 0907217be5cf68a377e0ceacf776535acdc38531 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 7 Jun 2016 19:33:36 +0900 Subject: [PATCH] Revert "Revert "elm ctxpopup: fix auto_hide mode to work correctly"" This reverts commit 5ddc7c36f9ed3b995b43c31eab3fdf4d27db74df. --- src/bin/elementary/test_ctxpopup.c | 1 + src/lib/elementary/elc_ctxpopup.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bin/elementary/test_ctxpopup.c b/src/bin/elementary/test_ctxpopup.c index 27e5376..fbc9042 100644 --- a/src/bin/elementary/test_ctxpopup.c +++ b/src/bin/elementary/test_ctxpopup.c @@ -50,6 +50,7 @@ _ctxpopup_item_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *ev { printf("ctxpopup item selected: %s\n", elm_object_item_text_get(event_info)); + elm_ctxpopup_dismiss(obj); } static Elm_Object_Item * diff --git a/src/lib/elementary/elc_ctxpopup.c b/src/lib/elementary/elc_ctxpopup.c index 3ef52c5..2cfc15c 100644 --- a/src/lib/elementary/elc_ctxpopup.c +++ b/src/lib/elementary/elc_ctxpopup.c @@ -938,7 +938,8 @@ _bg_clicked_cb(void *data, { ELM_CTXPOPUP_DATA_GET(data, sd); - _hide_signals_emit(data, sd->dir); + if (sd->auto_hide) + _hide_signals_emit(data, sd->dir); } static void -- 2.7.4