set corsor to start on text set.

SVN revision: 36703
This commit is contained in:
Carsten Haitzler 2008-10-16 02:11:02 +00:00
parent beb2b251b5
commit 031c0d24ca
1 changed files with 1 additions and 0 deletions

View File

@ -751,6 +751,7 @@ _edje_entry_text_markup_set(Edje_Real_Part *rp, const char *text)
// set text as markup
evas_object_textblock_text_markup_set(rp->object, text);
_edje_emit(rp->edje, "entry,changed", rp->part->name);
_edje_entry_set_cursor_start(rp);
}
void