From 5e11abcda99e48379d002626bec47528d88ceaf9 Mon Sep 17 00:00:00 2001 From: Bora Hwang Date: Thu, 27 Jun 2013 20:12:18 +0900 Subject: [PATCH] [ctxpopup] fixed prevent issue: ctxpopup will be dismissed by user Change-Id: I67ac1138a288ea7fac512f141c0871718d535ce3 --- src/lib/elc_ctxpopup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index b6f49fd..21aa7d2 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -1048,14 +1048,16 @@ _elm_ctxpopup_smart_event(Evas_Object *obj, return EINA_TRUE; } - // TIZEN ONLY : 20130530 + // TIZEN ONLY : 20130530 : ctxpopup will be dismissed by user //if (strcmp(ev->keyname, "Escape")) return EINA_FALSE; return EINA_FALSE; +/* _hide_signals_emit(obj, sd->dir); ev->event_flags |= EVAS_EVENT_FLAG_ON_HOLD; return EINA_TRUE; +*/ } //FIXME: lost the content size when theme hook is called. -- 2.7.4