fpspreadsheet: Avoid TsWorkbookChartSource ignoring series color.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3875 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
52cb1f0bf5
commit
3ea51f22b2
@ -365,6 +365,7 @@ var
|
||||
begin
|
||||
GetXYItem(rngX, AIndex, FCurItem.X, FCurItem.Text);
|
||||
GetXYItem(rngY, AIndex, FCurItem.Y, dummy);
|
||||
FCurItem.Color := clDefault;
|
||||
Result := @FCurItem;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user