mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 01:56:35 +02:00
TAChart: Fix font scaling of CanvasDrawer.
git-svn-id: branches/fixes_2_0@60376 -
This commit is contained in:
parent
35469e962b
commit
e24077d44b
@ -377,7 +377,9 @@ begin
|
||||
if FMonochromeColor <> clTAColor then
|
||||
Color := FMonochromeColor;
|
||||
if scaleFont in FScaleItems then
|
||||
Size := Scale(IfThen(Size = 0, DEFAULT_FONT_SIZE, Size));
|
||||
Size := Scale(GetFontSize)
|
||||
else
|
||||
Size := GetFontSize;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user