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:
parent
6f88439cd1
commit
3dc8201d55
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user