mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Fix background color used for DrawCaptionTemp with DC_INBUTTON
svn path=/trunk/; revision=38802
This commit is contained in:
parent
459110618d
commit
6df90967f0
1 changed files with 1 additions and 2 deletions
|
@ -1678,8 +1678,7 @@ BOOL UserDrawCaption(
|
|||
if(uFlags & DC_INBUTTON)
|
||||
{
|
||||
hOldBrush = NtGdiSelectBrush(hMemDc,
|
||||
IntGetSysColorBrush(uFlags & DC_ACTIVE ?
|
||||
COLOR_BTNFACE : COLOR_BTNSHADOW));
|
||||
IntGetSysColorBrush(COLOR_3DFACE));
|
||||
|
||||
if(!hOldBrush)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue