TAChart: Revert r38985, since a more general fix is implemented in r39067 #5f51be22e5

git-svn-id: trunk@39068 -
This commit is contained in:
ask 2012-10-13 15:35:07 +00:00
parent 5f51be22e5
commit 7888f11877

View File

@ -1633,7 +1633,7 @@ begin
if ColorSource <> nil then
ADrawer.BrushColor := ColorByValue(v);
ADrawer.Rectangle(
Max(pt.X, r.Left + 1), Max(pt.Y, r.Top + 1),
Max(pt.X, r.Left), Max(pt.Y, r.Top),
Min(next.X, r.Right) + 1, Min(next.Y, r.Bottom) + 1);
pt.X := next.X;
end;