From 1237e3907bca2981b1f3e78be1d3eb818426ceea Mon Sep 17 00:00:00 2001 From: Myungjae Lee Date: Tue, 30 Nov 2010 13:52:07 +0900 Subject: [PATCH] [entry] changed word selection cursor range according to the textblock cursor range changes --- src/lib/edje_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index c6a3b58..85a2542 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -1834,7 +1834,7 @@ _edje_entry_select_word(Edje_Real_Part *rp) ct = _edje_entry_cursor_content_get(rp, EDJE_CURSOR_MAIN); if (block_type != _get_char_type(ct)) { - _edje_entry_cursor_prev(rp, EDJE_CURSOR_MAIN); + //_edje_entry_cursor_prev(rp, EDJE_CURSOR_MAIN); break; } if (*ct == 0) break; -- 2.7.4