Author: hbelusca Date: Mon Apr 28 20:00:02 2014 New Revision: 63036
URL: http://svn.reactos.org/svn/reactos?rev=63036&view=rev Log: [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!
Modified: trunk/reactos/lib/3rdparty/cardlib/cardbutton.cpp
Modified: trunk/reactos/lib/3rdparty/cardlib/cardbutton.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/cardlib/cardbu... ============================================================================== --- trunk/reactos/lib/3rdparty/cardlib/cardbutton.cpp [iso-8859-1] (original) +++ trunk/reactos/lib/3rdparty/cardlib/cardbutton.cpp [iso-8859-1] Mon Apr 28 20:00:02 2014 @@ -75,7 +75,7 @@ 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);