TAChart: Avoid painting a line for zero-height bars in a TBarSeries

git-svn-id: trunk@52531 -
This commit is contained in:
wp 2016-06-20 11:12:12 +00:00
parent e31a4d74d3
commit cabde596fa

View File

@ -1024,8 +1024,8 @@ var
TAGeometry.NormalizeRect(imageBar);
// Draw a line instead of an empty rectangle.
if Bottom = Top then Dec(Top);
if Left = Right then Inc(Right);
// if Bottom = Top then Dec(Top);
// if Left = Right then Inc(Right);
end;
DrawBar(imageBar);
end;