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:
wp_xxyyzz
2014-06-13 08:17:31 +00:00
parent 95347f5d5a
commit 2818ec7662

View File

@ -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;