[UXTHEME] Fix text background on themed tabs. CORE-13605

This commit is contained in:
Giannis Adamopoulos 2017-11-23 22:25:52 +02:00
parent 68af472a21
commit 51333f3eec

View file

@ -513,6 +513,7 @@ ThemeDlgPostWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, ULONG_
HackFillStaticBg(hwndTarget, hdc, phbrush);
}
#endif
SetBkMode( hdc, TRANSPARENT );
break;
}
}