diff --git a/desktop/list_view.cpp b/desktop/list_view.cpp index 5669988..2bf1285 100644 --- a/desktop/list_view.cpp +++ b/desktop/list_view.cpp @@ -3,6 +3,7 @@ // TODO Drag and drop. // TODO GetFirstIndex/GetLastIndex assume that every group is non-empty. // TODO Sticking to top/bottom scroll when inserting/removing space. +// TODO Audit usage of MeasureItems -- it doesn't take into account the gap between items! struct ListViewItemElement : EsElement { uintptr_t index; // Index into the visible items array. @@ -1965,6 +1966,7 @@ void EsListViewChangeStyles(EsListView *view, const EsStyle *style, const EsStyl if (!view->groups[i].itemCount) continue; spaceDelta -= view->groups[i].totalSize; view->groups[i].totalSize = view->MeasureItems(i, 0, view->groups[i].itemCount); + view->groups[i].totalSize += view->style->gapMinor * (view->groups[i].itemCount - 1); spaceDelta += view->groups[i].totalSize; } diff --git a/res/Sample Images/Abstract.jpg b/res/Sample Images/Abstract.jpg new file mode 100644 index 0000000..4871b74 Binary files /dev/null and b/res/Sample Images/Abstract.jpg differ diff --git a/res/Sample Images/Licenses.txt b/res/Sample Images/Licenses.txt index b6a02d6..df3745e 100644 --- a/res/Sample Images/Licenses.txt +++ b/res/Sample Images/Licenses.txt @@ -43,3 +43,9 @@ https://unsplash.com/photos/SUwDcVdUGiY Author Patrick Boucher This file is licened under the Unsplash License. https://unsplash.com/license + +Abstract.jpg +https://unsplash.com/photos/E8Ufcyxz514 +Author Fakurian Design +This file is licened under the Unsplash License. +https://unsplash.com/license