https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51333f3eecd7c8a054bc02...
commit 51333f3eecd7c8a054bc0274783292ad567ade84 Author: Giannis Adamopoulos gadamopoulos@reactos.org AuthorDate: Thu Nov 23 22:25:52 2017 +0200
[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 48cfdb211a..e87b6d0abe 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; } }