diff --git a/components/tachart/taseries.pas b/components/tachart/taseries.pas index 8507af6d22..e97ef8f5da 100644 --- a/components/tachart/taseries.pas +++ b/components/tachart/taseries.pas @@ -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;