Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/listview.c:
LISTVIEW_UpdateScroll(infoPtr); } LISTVIEW_InvalidateList(infoPtr);
- infoPtr->bNoItemMetrics = TRUE;
The change is reasonable. To verify this, could you provide an example for trigger an occasion when item metrics should have been recalculated?
Also, there are some grammar errors in your commit message. You can say "bNoItemMetrics should be reset to TRUE after calling LISTVIEW_DeleteAllItems()."