Revert "genlist: fix item sizing error"

After this change genlist unrealizes all realized items on every resize.
Check this in elementary_test "Genlist Del".
The expand issue should be fixed in another way.

This reverts commit 89a7e471d155dedb14f23dbb85e2178497620864.
This commit is contained in:
Vyacheslav Reutskiy 2016-03-14 11:30:55 +02:00
parent 63e6bad234
commit 2461929e0a
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ _elm_genlist_elm_layout_sizing_eval(Eo *obj, Elm_Genlist_Data *sd)
edje_object_size_min_calc(wd->resize_obj, &vmw, &vmh);
if ((sd->mode == ELM_LIST_SCROLL) || (sd->mode == ELM_LIST_COMPRESS))
if (sd->mode == ELM_LIST_COMPRESS)
{
Evas_Coord vw = 0, vh = 0;