MG: added patch from Andrew

git-svn-id: trunk@2049 -
This commit is contained in:
lazarus 2002-08-17 23:40:47 +00:00
parent e5395755d3
commit 6ebc1af526

View File

@ -1076,7 +1076,7 @@ begin
begin
lopnStyle := PS_SOLID;
lopnWidth.X := 1;
lopnColor := ColorToRGB(GridColor);
lopnColor := GridColor;
end;
Pen := CreatePenIndirect(LogPen);
OldPen:=SelectObject(aDDC.DC, Pen);