Edje entry: removed some unwanted commented out code.

SVN revision: 53306
This commit is contained in:
Tom Hacohen 2010-10-12 14:13:22 +00:00
parent 26ba1c03e3
commit 96185ffaf5
1 changed files with 1 additions and 12 deletions

View File

@ -1901,18 +1901,7 @@ _edje_entry_text_markup_set(Edje_Real_Part *rp, const char *text)
// set text as markup
_sel_clear(en->cursor, rp->object, en);
evas_object_textblock_text_markup_set(rp->object, text);
/*
evas_textblock_cursor_paragraph_last(en->cursor);
if (!evas_textblock_cursor_node_format_get(en->cursor))
{
evas_textblock_cursor_format_append(en->cursor, "\n");
}
else if (!((!strcmp(evas_textblock_cursor_node_format_get(en->cursor), "\n")) ||
(!strcmp(evas_textblock_cursor_node_format_get(en->cursor), "\\n"))))
{
evas_textblock_cursor_format_append(en->cursor, "\n");
}
*/
_anchors_get(en->cursor, rp->object, en);
_edje_emit(rp->edje, "entry,changed", rp->part->name);
_edje_entry_set_cursor_start(rp);