mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 23:58:27 +02:00
TAChart: Set length of FYRange and FYRangeValid in TBuiltinListChartSource constructor.
This commit is contained in:
parent
e3d2e3d9de
commit
a4553697f4
@ -979,7 +979,7 @@ begin
|
|||||||
if FXCount < FXCountMin then
|
if FXCount < FXCountMin then
|
||||||
FXCount := FXCountMin;
|
FXCount := FXCountMin;
|
||||||
if FYCount < FYCountMin then
|
if FYCount < FYCountMin then
|
||||||
FYCount := FYCountMin;
|
SetYCount(FYCountMin);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TBuiltinListChartSource.CopyFrom(ASource: TCustomChartSource);
|
procedure TBuiltinListChartSource.CopyFrom(ASource: TCustomChartSource);
|
||||||
|
Loading…
Reference in New Issue
Block a user