summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-27 15:29:31 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-27 15:29:31 +0000
commit309148bdb03caa69d8e1bb0761e8f424e045017e (patch)
tree87813505150fa8e09c4c286644543658ce376cae
parent53acb60c6a5b398829045d9a7ab9fdb6f5ac006e (diff)
downloadenlightenment-309148bdb03caa69d8e1bb0761e8f424e045017e.tar.gz
winlist - fix single itom on line case ...
-rw-r--r--src/modules/winlist/e_winlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/winlist/e_winlist.c b/src/modules/winlist/e_winlist.c
index 67e5c0120d..1adcfded5b 100644
--- a/src/modules/winlist/e_winlist.c
+++ b/src/modules/winlist/e_winlist.c
@@ -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);