You've already forked lazarus-ccr
fpspreadsheet: Fix TsWorksheet ignoring the workbook's default font after loading a file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3628 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3154,6 +3154,7 @@ begin
|
||||
end;
|
||||
end else
|
||||
if FWorksheet <> nil then begin
|
||||
Convert_sFont_to_Font(FWorkbook.GetDefaultFont, Font);
|
||||
ColCount := Max(FWorksheet.GetLastColIndex + 1 + FHeaderCount, FInitColCount);
|
||||
RowCount := Max(FWorksheet.GetLastRowIndex + 1 + FHeaderCount, FInitRowCount);
|
||||
FixedCols := FFrozenCols + FHeaderCount;
|
||||
|
Reference in New Issue
Block a user