mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:16:13 +02:00
TAChart: Fix too thick connection line between stacked bars.
git-svn-id: trunk@64353 -
This commit is contained in:
parent
f9f74717eb
commit
24637b3d03
@ -1287,6 +1287,7 @@ var
|
||||
TopLeft := ParentChart.GraphToImage(graphBar.a);
|
||||
BottomRight := ParentChart.GraphToImage(graphBar.b);
|
||||
TAGeometry.NormalizeRect(imageBar);
|
||||
if IsRotated then inc(imageBar.Right) else dec(imageBar.Top);
|
||||
|
||||
// Draw a line instead of an empty rectangle.
|
||||
if (Bottom = Top) and IsRotated then Dec(Top);
|
||||
|
Loading…
Reference in New Issue
Block a user