Edje entry: Fixed drawing of anchors.

SVN revision: 51647
This commit is contained in:
Tom Hacohen 2010-08-25 14:54:08 +00:00
parent 9a5dba89eb
commit 293692f2ba
1 changed files with 2 additions and 0 deletions

View File

@ -865,6 +865,8 @@ _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);