https://bugs.winehq.org/show_bug.cgi?id=52285 Jinoh Kang <jinoh.kang.kr(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr(a)gmail.com --- Comment #14 from Jinoh Kang <jinoh.kang.kr(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.