mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[CARDLIB]
Use the proper Highlight pen to highlight the cards (for any cards game using the cardlib library). Patch by Victor Martinez Calvo. CORE-8118 #resolve #comment Committed in revision 63036, thanks! svn path=/trunk/; revision=63036
This commit is contained in:
parent
32096ac27a
commit
fe7035f7a7
1 changed files with 1 additions and 1 deletions
2
reactos/lib/3rdparty/cardlib/cardbutton.cpp
vendored
2
reactos/lib/3rdparty/cardlib/cardbutton.cpp
vendored
|
@ -75,7 +75,7 @@ void CardButton::DrawRect(HDC hdc, RECT *rect, bool fNormal)
|
|||
if(fNormal)
|
||||
hOld = SelectObject(hdc, hhi);
|
||||
else
|
||||
hOld = SelectObject(hdc, hhi);
|
||||
hOld = SelectObject(hdc, hsh);
|
||||
|
||||
MoveToEx(hdc, x, y+height, 0);
|
||||
LineTo(hdc, x, y);
|
||||
|
|
Loading…
Reference in a new issue