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).

SVN revision: 53107
This commit is contained in:
Tom Hacohen 2010-10-06 18:23:01 +00:00
parent 496dda51d4
commit 0579401cb3
1 changed files with 0 additions and 2 deletions

View 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);