https://bugs.winehq.org/show_bug.cgi?id=39677
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #71 from Sagawa sagawa.aki+winebugs@gmail.com --- Created attachment 53437 --> https://bugs.winehq.org/attachment.cgi?id=53437 proposed patch
I found the cause of this issue. Could you try this patch? After preparing test cases, I'll send both of them to wine-patches.
Technical details: This bug is in LVM_SETITEMCOUNT message handler, listview control. When the item count is reduced, current code updates the previous focused item. However the item is no longer valid at this point.