* [Entry] It should fix e_widget_entry_clear()

SVN revision: 25223
This commit is contained in:
moom 2006-08-30 20:44:10 +00:00 committed by moom
parent 02da55f6f5
commit e75f6f1b56
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,8 @@ e_editable_text_set(Evas_Object *editable, const char *text)
sd->unicode_length = 0;
sd->allocated_length = E_EDITABLE_BLOCK_SIZE;
}
else
_e_editable_text_update(editable);
sd->cursor_pos = sd->unicode_length;
sd->selection_pos = sd->unicode_length;