TAChart: Fix compilation of tools demo. Issue #35704. Patch by Marcin Wiazowski.

git-svn-id: trunk@61371 -
This commit is contained in:
wp 2019-06-12 20:25:58 +00:00
parent aad625b25e
commit d1fe198799

View File

@ -78,7 +78,7 @@ var
begin
for t in ChartToolset1.Tools do
if t is TBasicZoomStepTool then
TBasicZoomTool(t).FixedPoint := cbFixedPoint.Checked;
TBasicZoomStepTool(t).FixedPoint := cbFixedPoint.Checked;
end;
procedure TForm1.Chart1FuncSeries1Calculate(const AX: Double; out AY: Double);