diff --git a/dll/win32/uxtheme/themehooks.c b/dll/win32/uxtheme/themehooks.c index 48cfdb211a6..e87b6d0abe6 100644 --- a/dll/win32/uxtheme/themehooks.c +++ b/dll/win32/uxtheme/themehooks.c @@ -513,6 +513,7 @@ ThemeDlgPostWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, ULONG_ HackFillStaticBg(hwndTarget, hdc, phbrush); } #endif + SetBkMode( hdc, TRANSPARENT ); break; } }