mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 07:39:35 +02:00
win32: changed DrawGrid to use widgetset DCSetPixel, instead of Windows.SetPixel
git-svn-id: trunk@25291 -
This commit is contained in:
parent
bebe7bf816
commit
a5fd959f77
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user