comctl32/listview: Fix overwriting of item values.
This commit is contained in:
parent
874c66e086
commit
27fb2fb076
|
@ -6265,6 +6265,7 @@ again:
|
|||
{
|
||||
lvItem.iItem = nItem;
|
||||
lvItem.iSubItem = 0;
|
||||
lvItem.pszText = szDispText;
|
||||
if (!LISTVIEW_GetItemW(infoPtr, &lvItem)) continue;
|
||||
|
||||
if (lvItem.mask & LVIF_PARAM)
|
||||
|
|
Loading…
Reference in New Issue