18 Nov
2025
18 Nov
'25
8:31 p.m.
In TREEVIEW_Collapse the TREEVIEW_SendExpanding call could change the item->firstChild value, therefore check it before for early return. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23077 -- v3: comctl32/treeview: check for child item before SendExpanding https://gitlab.winehq.org/wine/wine/-/merge_requests/9442