mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 23:10:44 +02:00
TAChart: Do not draw TColorMapSeries over left and top borders
git-svn-id: trunk@38985 -
This commit is contained in:
parent
85e3ea566c
commit
90c7b42a02
@ -1633,7 +1633,7 @@ begin
|
||||
if ColorSource <> nil then
|
||||
ADrawer.BrushColor := ColorByValue(v);
|
||||
ADrawer.Rectangle(
|
||||
Max(pt.X, r.Left), Max(pt.Y, r.Top),
|
||||
Max(pt.X, r.Left + 1), Max(pt.Y, r.Top + 1),
|
||||
Min(next.X, r.Right) + 1, Min(next.Y, r.Bottom) + 1);
|
||||
pt.X := next.X;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user