You've already forked lazarus-ccr
fpspreadsheet: Fix fpsgrid demo showing an incorrect backgroundcolor of new spreadsheets.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3159 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2684,6 +2684,7 @@ constructor TsWorkbook.Create;
|
|||||||
begin
|
begin
|
||||||
inherited Create;
|
inherited Create;
|
||||||
FWorksheets := TFPList.Create;
|
FWorksheets := TFPList.Create;
|
||||||
|
FFormat := sfExcel8;
|
||||||
FDefaultColWidth := 12;
|
FDefaultColWidth := 12;
|
||||||
FDefaultRowHeight := 1;
|
FDefaultRowHeight := 1;
|
||||||
FormatSettings := DefaultFormatSettings;
|
FormatSettings := DefaultFormatSettings;
|
||||||
|
Reference in New Issue
Block a user