mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 16:32:30 +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
|
||||
FXCount := FXCountMin;
|
||||
if FYCount < FYCountMin then
|
||||
FYCount := FYCountMin;
|
||||
SetYCount(FYCountMin);
|
||||
end;
|
||||
|
||||
procedure TBuiltinListChartSource.CopyFrom(ASource: TCustomChartSource);
|
||||
|
Loading…
Reference in New Issue
Block a user