FPSpreadsheet: Fix compilation with FPC/main

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9458 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-09-21 10:08:01 +00:00
parent 6f88439cd1
commit 3dc8201d55

View File

@ -2082,7 +2082,7 @@ begin
ANode := ANode.NextSibling;
end;
if ASeries is TsCustomLineSeries and smooth then
if (ASeries is TsCustomLineSeries) and smooth then
TsOpenedCustomLineSeries(ASeries).Interpolation := ciCubicSpline; //ciBSpline;
end;