July 26, 2023
7:18 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/listview.c:
LISTVIEW_UpdateScroll(infoPtr); } LISTVIEW_InvalidateList(infoPtr); + /* bNoItemMetrics should be reset to TRUE after calling LISTVIEW_DeleteAllItems() */
I don't think this line of comment is necessary. The code is pretty clear. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3392#note_40299