Fix and errant commented out line of code in DoGetPixel.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -300,7 +300,7 @@ bool wxDC::DoGetPixel(
|
|||||||
vPoint.x = vX;
|
vPoint.x = vX;
|
||||||
vPoint.y = vY;
|
vPoint.y = vY;
|
||||||
lColor = ::GpiSetPel(m_hPS, &vPoint);
|
lColor = ::GpiSetPel(m_hPS, &vPoint);
|
||||||
// *pCol.Set(lColor);
|
*pCol = lColor;
|
||||||
if(lColor>= 0)
|
if(lColor>= 0)
|
||||||
return(TRUE);
|
return(TRUE);
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user