Fix size of the right object

SVN revision: 42515
This commit is contained in:
Iván Briano 2009-09-16 14:45:35 +00:00
parent 8dfae08e62
commit 17b6db2252
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ _changed_size_hints(void *data, Evas *e, Evas_Object *obj, void *event_info)
if (si->obj == obj)
{
edje_object_part_swallow(wd->lay, si->swallow, obj);
_sizing_eval(obj);
_sizing_eval(data);
break;
}
}