From c702f57f809134f2cf85df01bc9b31dfcfdcc701 Mon Sep 17 00:00:00 2001 From: Thiep Ha Date: Tue, 23 Apr 2013 16:22:21 +0900 Subject: [PATCH] [CopyPaste] Enable repeating click event in cnp popup to other parts Change-Id: I33852fa16a7cd2e6e242480d53167f541480c814 --- src/modules/ctxpopup_copypasteUI/copypaste.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/ctxpopup_copypasteUI/copypaste.c b/src/modules/ctxpopup_copypasteUI/copypaste.c index a571c5d..88ffe02 100644 --- a/src/modules/ctxpopup_copypasteUI/copypaste.c +++ b/src/modules/ctxpopup_copypasteUI/copypaste.c @@ -604,8 +604,8 @@ obj_longpress(Evas_Object *obj) evas_object_event_callback_add(obj, EVAS_CALLBACK_DEL, _entry_del_cb, ext_mod->popup); evas_object_event_callback_add(obj, EVAS_CALLBACK_HIDE, _entry_hide_cb, ext_mod->popup); } - /*currently below theme not used,when guideline comes a new theme can be created if required*/ - //elm_object_style_set(ext_mod->popup,"extended/entry"); + elm_object_style_set(ext_mod->popup,"copypaste"); + context_menu_orientation = edje_object_data_get (ext_mod->ent, "context_menu_orientation"); if ((context_menu_orientation) && -- 2.7.4