Merged revision(s) 49589 #9a912c1aad from trunk:

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

git-svn-id: branches/fixes_1_4@49637 -
This commit is contained in:
maxim 2015-08-10 21:16:54 +00:00
parent e587445d5d
commit 27d41ed484

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;