need to add null items for item format things (inserted external item

objects)



SVN revision: 50636
This commit is contained in:
Carsten Haitzler 2010-07-29 07:42:30 +00:00
parent f20b010d41
commit c68d77a283
1 changed files with 1 additions and 1 deletions

View File

@ -2348,7 +2348,7 @@ _layout(const Evas_Object *obj, int calc_only, int w, int h, int *w_ret, int *h_
_layout_line_advance(c, fmt);
x2 = w;
}
fi = _layout_format_item_add(c, n, item);
fi = _layout_format_item_add(c, n, NULL);
fi->x = c->x;
fi->vsize = vsize;
fi->size = size;