https://bugs.winehq.org/show_bug.cgi?id=52285
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr@gmail.com
--- Comment #14 from Jinoh Kang jinoh.kang.kr@gmail.com --- I think the actual cause of this issue may be due to incorrect window redraw algorithm in Wine.
Note that 7-zip clears the WS_VISIBLE flag (via WM_SETREDRAW) from the list view before refreshing the list: https://github.com/mcmilk/7-Zip/blob/c2a1bdb0235368e80cf6d434baf448c94469e04.... This may explain why the theme background drawn by WM_NCPAINT is not later overlaid by client contents.