http://bugs.winehq.org/show_bug.cgi?id=27403 --- Comment #31 from denis bonnenfant <denis.bonnenfant@diderot.org> --- Created attachment 81231 --> http://bugs.winehq.org/attachment.cgi?id=81231 win32u: Don't disable cache DCs on release. The bug is fully fixed with this serie of patches. Cache DCs should remain valid after EndPaint/ReleaseDC until they are reacquired for a different window, matching Windows behaviour. Disabling them immediately prevents applications that use the HDC after EndPaint from working correctly, e.g. SolidWorks calling DrawThemeTextEx with the BeginPaint HDC after EndPaint, resulting in invisible checkbox labels in the PropertyManager panel. -- 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.