You've already forked lazarus-ccr
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:
@ -365,6 +365,7 @@ var
|
|||||||
begin
|
begin
|
||||||
GetXYItem(rngX, AIndex, FCurItem.X, FCurItem.Text);
|
GetXYItem(rngX, AIndex, FCurItem.X, FCurItem.Text);
|
||||||
GetXYItem(rngY, AIndex, FCurItem.Y, dummy);
|
GetXYItem(rngY, AIndex, FCurItem.Y, dummy);
|
||||||
|
FCurItem.Color := clDefault;
|
||||||
Result := @FCurItem;
|
Result := @FCurItem;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user