https://bugs.winehq.org/show_bug.cgi?id=47036
--- Comment #7 from Micah N Gorrell mgorrell@codeweavers.com --- (In reply to Paul Gofman from comment #6)
Created attachment 64253 [details] Test patch 2
(In reply to Micah N Gorrell from comment #5)
I wonder if recreating the drawable for any child windows would as well would make it behave.
Yes, the patch attached fixes it as well.
That is different than what I was thinking. I was thinking to let it get recreated, but when you do to find its child windows and recreate their drawables as well at the same time.
Since I don't have access to the game I am going to attempt to create a test app that reproduces the problem along with the issue with clipping for child control windows.
If I can reproduce the problem then I'll experiment a bit and see if I can find a solution that works in both situations.