From: Hyoyoung Chang Date: Tue, 22 Feb 2011 08:46:04 +0000 (+0900) Subject: [ctxpopup] workaround for clicked item focus problem X-Git-Tag: REL_I9200_20110603-1~332^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b677078966730228071d6f60b76268b1ce8f9cda;p=framework%2Fuifw%2Felementary.git [ctxpopup] workaround for clicked item focus problem --- diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 976456d..c7be850 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -860,7 +860,10 @@ _item_select_cb(void *data, Evas_Object *obj __UNUSED__, return; if (item->func) + { + evas_object_hide(item->base.widget); item->func((void*) item->base.data, item->base.widget, data); + } } static void