From: Thiep Ha Date: Tue, 23 Apr 2013 07:22:21 +0000 (+0900) Subject: [CopyPaste] Enable repeating click event in cnp popup to other parts X-Git-Tag: submit/tizen_2.2/20130714.145026~380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c702f57f809134f2cf85df01bc9b31dfcfdcc701;p=framework%2Fuifw%2Felementary.git [CopyPaste] Enable repeating click event in cnp popup to other parts Change-Id: I33852fa16a7cd2e6e242480d53167f541480c814 --- 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) &&