Elm entry: Fix a bug in elm_entry_calc_force.

It should force calling of sizing eval as well...

SVN revision: 67488
This commit is contained in:
Tom Hacohen 2012-01-24 12:49:42 +00:00
parent 0680aaa4fb
commit 711d361f20
1 changed files with 2 additions and 0 deletions

View File

@ -2583,6 +2583,8 @@ elm_entry_calc_force(const Evas_Object *obj)
if (!wd) return;
edje_object_calc_force(wd->ent);
wd->changed = EINA_TRUE;
_sizing_eval(obj);
}