Edje entry: Make sure we append at the end.

SVN revision: 59810
This commit is contained in:
Tom Hacohen 2011-05-30 12:02:54 +00:00
parent 44dec7a617
commit 380351b5d3
1 changed files with 1 additions and 0 deletions

View File

@ -2053,6 +2053,7 @@ _edje_entry_text_markup_append(Edje_Real_Part *rp, const char *text)
if (!en) return;
end_cur = evas_object_textblock_cursor_new(rp->object);
evas_textblock_cursor_paragraph_last(end_cur);
evas_textblock_cursor_char_next(end_cur);
_text_filter_markup_prepend(en, end_cur, text);
evas_textblock_cursor_free(end_cur);