mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:39:25 +02:00
TAChart: Fix painting of minor ticks (issue #28466)
git-svn-id: trunk@49589 -
This commit is contained in:
parent
29edd0c013
commit
9a912c1aad
@ -308,6 +308,8 @@ begin
|
||||
Result.FTransf := FTransf;
|
||||
Result.FValueMax := FValueMax;
|
||||
Result.FValueMin := FValueMin;
|
||||
Result.FMinForMarks := FMinForMarks;
|
||||
Result.FMaxForMarks := FMaxForMarks;
|
||||
Result.FZOffset := FZOffset;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user