https://bugs.winehq.org/show_bug.cgi?id=52586
--- Comment #12 from kjpetrie winehq.bugs@kjpetrie.co.uk --- This bug is:
b02405d799fafdc9830aafb9308416f710ad30f2 is the first bad commit commit b02405d799fafdc9830aafb9308416f710ad30f2 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Mon Jan 24 15:47:07 2022 +0800
uxtheme: Hook DefDlgProc() for dialog theming.
Fix controls on OpenMPT's channel setting dialog having incorrect background.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/user32/defdlg.c | 34 +++++++-- dlls/user32/hook.c | 1 + dlls/user32/user_private.h | 1 + dlls/uxtheme/Makefile.in | 1 + dlls/uxtheme/dialog.c | 176 ++++++++++++++++++++++++++++++++++++++++++++ dlls/uxtheme/system.c | 1 + dlls/uxtheme/tests/system.c | 20 +---- dlls/uxtheme/uxthemedll.h | 1 + include/winuser.h | 1 + 9 files changed, 210 insertions(+), 26 deletions(-) create mode 100644 dlls/uxtheme/dialog.c
I'll look into "my" bug tomorrow and open a new bug for that.