http://bugs.winehq.org/show_bug.cgi?id=59789 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |6737c00857b06af681d95535693 | |6158133b167f9 Summary|comctl32:button fails since |comctl32:button: Test fails |67898adb91 |since 67898adb91 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Bernhard Übelacker <bernhardu@mailbox.org> --- Got fixed by this commit: 6737c00857b06af681d955356936158133b167f9 is the first working commit commit 6737c00857b06af681d955356936158133b167f9 (HEAD) Author: Alexandre Julliard <julliard@winehq.org> Date: Tue May 26 12:16:50 2026 +0200 uxtheme: Don't repaint the window itself in DrawThemeParentBackground. This would cause an infinite WM_PRINTCLIENT recursion. dlls/uxtheme/draw.c | 4 ++-- dlls/uxtheme/tests/system.c | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) Resolving fixed, thanks. -- 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.