winlist - fix single itom on line case ...

This commit is contained in:
Carsten Haitzler 2020-11-27 15:29:31 +00:00
parent 53acb60c6a
commit 309148bdb0
1 changed files with 0 additions and 2 deletions

View File

@ -787,8 +787,6 @@ _e_winlist_large_item_height_set(Evas_Coord h)
bl = bl->next;
if (!bl) break;
rows++;
// if only item on the row - continue adding more items
if (eina_list_count(boxes) == 1) continue;
}
box = bl->data;
elm_box_pack_end(box, ww->bg_object);