mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[UXTHEME] Fix text background on themed tabs. CORE-13605
This commit is contained in:
parent
68af472a21
commit
51333f3eec
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ ThemeDlgPostWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, ULONG_
|
|||
HackFillStaticBg(hwndTarget, hdc, phbrush);
|
||||
}
|
||||
#endif
|
||||
SetBkMode( hdc, TRANSPARENT );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue