projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68af472
)
[UXTHEME] Fix text background on themed tabs. CORE-13605
author
Giannis Adamopoulos
<gadamopoulos@reactos.org>
Thu, 23 Nov 2017 20:25:52 +0000
(22:25 +0200)
committer
Giannis Adamopoulos
<gadamopoulos@reactos.org>
Thu, 23 Nov 2017 20:25:52 +0000
(22:25 +0200)
dll/win32/uxtheme/themehooks.c
patch
|
blob
|
history
diff --git
a/dll/win32/uxtheme/themehooks.c
b/dll/win32/uxtheme/themehooks.c
index
48cfdb2
..
e87b6d0
100644
(file)
--- 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;
}
}