https://bugs.winehq.org/show_bug.cgi?id=30723
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #48940|0 |1 is obsolete| |
--- Comment #11 from ocean04@suomi24.fi --- Created attachment 51096 --> https://bugs.winehq.org/attachment.cgi?id=51096 Workaround..
Looked little, I believe this is what happens:
LISTVIEW_SetView changes infoPtr->uView to value 1 (LV_VIEW_DETAILS)
But now LISTVIEW_StyleChanged has this line:
map_style_view(infoPtr);
That changes infoPtr->uView back to 0
Removed that line, and it works.