Elm entry: Remove useless sizing evals.

We already change the entry which cause a sizing eval anyway, no need to
force more for no reason.

SVN revision: 59451
This commit is contained in:
Tom Hacohen 2011-05-16 14:09:56 +00:00
parent d0c2e7f982
commit 992133a640
1 changed files with 0 additions and 3 deletions

View File

@ -1610,8 +1610,6 @@ _text_append_idler(void *data)
wd->append_text_left[wd->append_text_position] = backup;
_sizing_eval(obj);
/* If there's still more to go, renew the idler, else, cleanup */
if (wd->append_text_position < wd->append_text_len)
{
@ -1869,7 +1867,6 @@ elm_entry_entry_set(Evas_Object *obj, const char *entry)
if (len <= _CHUNK_SIZE)
{
edje_object_part_text_set(wd->ent, "elm.text", entry);
_sizing_eval(obj);
}
else
{