From 51333f3eecd7c8a054bc0274783292ad567ade84 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Thu, 23 Nov 2017 22:25:52 +0200 Subject: [PATCH] [UXTHEME] Fix text background on themed tabs. CORE-13605 --- dll/win32/uxtheme/themehooks.c | 1 + 1 file changed, 1 insertion(+) 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; } }