From: tasn Date: Wed, 6 Oct 2010 18:23:01 +0000 (+0000) Subject: Edje entry: Fixed the hack that was used in edje_entry for drawing anchors (the hack... X-Git-Tag: submit/trunk/20120815.180907~861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=878271dfbac5903f28b000fff2e8b596e15ae53e;p=profile%2Fivi%2Fedje.git Edje entry: Fixed the hack that was used in edje_entry for drawing anchors (the hack was there because of a bug in textblock which is now fixed). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@53107 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index c32550c..1a47a24 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -886,8 +886,6 @@ _anchors_get(Evas_Textblock_Cursor *c, Evas_Object *o, Entry *en) if (an) { evas_textblock_cursor_at_format_set(an->end, node); - /* Go before the format */ - evas_textblock_cursor_char_prev(an->end); if (!evas_textblock_cursor_compare(an->start, an->end)) { if (an->name) free(an->name);