https://bugs.winehq.org/show_bug.cgi?id=52433
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #71745|0 |1 is obsolete| |
--- Comment #6 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 71828 --> https://bugs.winehq.org/attachment.cgi?id=71828 patches
I looked deeper into this issue and the last fix wasn't completely correct. The root cause is that some common controls should use the brush from WM_CTLCOLOR* messages to fill their background even when theming is on, instead of using DrawThemeParentBackground(). I attached a small set of the patches in progress and they should fix this bug completely. I will send them upstream soon.