mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:19:16 +02:00
TAChart: Fix compilation of tools demo. Issue #35704. Patch by Marcin Wiazowski.
git-svn-id: trunk@61371 -
This commit is contained in:
parent
aad625b25e
commit
d1fe198799
@ -78,7 +78,7 @@ var
|
|||||||
begin
|
begin
|
||||||
for t in ChartToolset1.Tools do
|
for t in ChartToolset1.Tools do
|
||||||
if t is TBasicZoomStepTool then
|
if t is TBasicZoomStepTool then
|
||||||
TBasicZoomTool(t).FixedPoint := cbFixedPoint.Checked;
|
TBasicZoomStepTool(t).FixedPoint := cbFixedPoint.Checked;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TForm1.Chart1FuncSeries1Calculate(const AX: Double; out AY: Double);
|
procedure TForm1.Chart1FuncSeries1Calculate(const AX: Double; out AY: Double);
|
||||||
|
Loading…
Reference in New Issue
Block a user