From: woohyun Date: Thu, 15 Mar 2012 10:39:09 +0000 (+0000) Subject: elementary/elm_entry.c : I think this is wrong highlight ignoring setting for elm_entry. X-Git-Tag: REL_F_I9500_20120323_1~17^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d56b96e3dda4349ad691abf4985ba01a744e3d4;p=framework%2Fuifw%2Felementary.git elementary/elm_entry.c : I think this is wrong highlight ignoring setting for elm_entry. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69369 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index 8f06752..6ec4cb7 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -2382,7 +2382,6 @@ elm_entry_add(Evas_Object *parent) elm_widget_signal_callback_del_hook_set(obj, _signal_callback_del_hook); elm_object_cursor_set(obj, ELM_CURSOR_XTERM); elm_widget_can_focus_set(obj, EINA_TRUE); - elm_widget_highlight_ignore_set(obj, EINA_TRUE); elm_widget_text_set_hook_set(obj, _elm_entry_text_set); elm_widget_text_get_hook_set(obj, _elm_entry_text_get); elm_widget_content_set_hook_set(obj, _content_set_hook);