http://bugs.winehq.org/show_bug.cgi?id=9195
--- Comment #3 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-08-22 14:59:00 --- Created an attachment (id=7736) --> (http://bugs.winehq.org/attachment.cgi?id=7736) patch
ImageReady sets the 10x10 clipping region for the duration of some DC initializations then is restores the previous clipping region. However it doesn't restore it if there was no clipping region. On Windows it seems there is always a clipping region during the call to WM_CTLSTATICCOLOR. With this patch the whole text is painted (there is a strip at the bottom in a different color but that's probably a different problem). I will have to check if it is correct.