mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 15:39:18 +02:00
TAChart: Revert r38985, since a more general fix is implemented in r39067 #5f51be22e5
git-svn-id: trunk@39068 -
This commit is contained in:
parent
5f51be22e5
commit
7888f11877
@ -1633,7 +1633,7 @@ begin
|
|||||||
if ColorSource <> nil then
|
if ColorSource <> nil then
|
||||||
ADrawer.BrushColor := ColorByValue(v);
|
ADrawer.BrushColor := ColorByValue(v);
|
||||||
ADrawer.Rectangle(
|
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);
|
Min(next.X, r.Right) + 1, Min(next.Y, r.Bottom) + 1);
|
||||||
pt.X := next.X;
|
pt.X := next.X;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user