Do not hide when unpacking.

SVN revision: 42586
This commit is contained in:
Daniel Kolesa 2009-09-20 13:36:18 +00:00
parent 03fe4c8f40
commit dac506e36f
1 changed files with 0 additions and 1 deletions

View File

@ -251,6 +251,5 @@ elm_box_clear(Evas_Object *obj)
EAPI void
elm_box_unpack(Evas_Object *obj)
{
evas_object_hide(obj);
_els_smart_box_unpack(obj);
}