1 Aug
2024
1 Aug
'24
1:46 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/listview.c:
if (infoPtr->nFocusedItem >= 0) focusedItem = DPA_GetPtr(infoPtr->hdpaItems, infoPtr->nFocusedItem);
- context.items = hdpaItems; + context.items = infoPtr->hdpaItems;
You should remove the todo_wine in the last patch now that custom sorting is fixed. Otherwise, you get a test failure. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6160#note_77543