https://bugs.winehq.org/show_bug.cgi?id=44640
--- Comment #3 from Vincent Povirk madewokherd@gmail.com --- There are a lot of calls that look like this.
006a:trace:gdiplus:GdipSetClipRectI (0x2b346048, 71, 5, 901, -420, 0)
Note the negative height. With the patch, this becomes an empty clip region. However, in my testing on Windows, that appears to be correct.
Maybe there's another problem calculating the rectangle that was hidden before?