mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
- Fix a bug, found by PVS-Studio
svn path=/trunk/; revision=53512
This commit is contained in:
parent
6376ec1631
commit
8ccd1fff32
1 changed files with 1 additions and 1 deletions
2
reactos/lib/3rdparty/cardlib/cardwindow.cpp
vendored
2
reactos/lib/3rdparty/cardlib/cardwindow.cpp
vendored
|
@ -716,7 +716,7 @@ HPALETTE CardWindow::CreateCardPalette()
|
|||
cols[1] = RGB(255, 255, 255);
|
||||
|
||||
//include the base background colour
|
||||
cols[1] = crBackgnd;
|
||||
cols[2] = crBackgnd;
|
||||
|
||||
//include the standard button colours...
|
||||
cols[3] = CardButton::GetHighlight(crBackgnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue