mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 06:39:52 +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
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user