Edje entry: Fixed the hack that was used in edje_entry for drawing anchors (the hack...
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Oct 2010 18:23:01 +0000 (18:23 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Oct 2010 18:23:01 +0000 (18:23 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@53107 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index c32550c..1a47a24 100644 (file)
@@ -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);