mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
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:
parent
e587445d5d
commit
27d41ed484
@ -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