TAChart: Fix painting of minor ticks (issue #28466)

git-svn-id: trunk@49589 -
This commit is contained in:
wp 2015-08-03 21:39:11 +00:00
parent 29edd0c013
commit 9a912c1aad

View File

@ -308,6 +308,8 @@ begin
Result.FTransf := FTransf;
Result.FValueMax := FValueMax;
Result.FValueMin := FValueMin;
Result.FMinForMarks := FMinForMarks;
Result.FMaxForMarks := FMaxForMarks;
Result.FZOffset := FZOffset;
end;