From: Tom Hacohen Date: Mon, 16 May 2011 14:09:56 +0000 (+0000) Subject: Elm entry: Remove useless sizing evals. X-Git-Tag: v1.0.0~2999 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49b7372e9e4f0c297ce5cfce47873f4a510cbfa8;p=platform%2Fupstream%2Felementary.git 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 --- diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index fb7c5ce..066ee15 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -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 {