mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:39:30 +02:00
TAChart: Fix Footer text position. See issue #15029.
git-svn-id: trunk@22639 -
This commit is contained in:
parent
727feaa900
commit
42d44be9aa
@ -575,7 +575,7 @@ begin
|
||||
for i := Text.Count - 1 downto 0 do begin
|
||||
sz := AlignedTextPos(Alignment, Text[i]);
|
||||
FClipRect.Bottom -= sz.cy;
|
||||
ACanvas.TextOut(sz.cy, FClipRect.Bottom, Text[i]);
|
||||
ACanvas.TextOut(sz.cx, FClipRect.Bottom, Text[i]);
|
||||
end;
|
||||
FClipRect.Bottom -= 4;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user