win32: changed DrawGrid to use widgetset DCSetPixel, instead of Windows.SetPixel

git-svn-id: trunk@25291 -
This commit is contained in:
dmitry 2010-05-10 09:34:19 +00:00
parent bebe7bf816
commit a5fd959f77

View File

@ -349,7 +349,7 @@ begin
y := R.Top;
while y <= R.Bottom do
begin
SetPixel(DC, X, Y, ALogPen.lopnColor);
DCSetPixel(DC, X, Y, ALogPen.lopnColor);
Inc(y, DY);
end;
Inc(x, DX);