You've already forked lazarus-ccr
fpspreadsheet: Fix Workbook.Clear not clearing metadata.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7599 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6389,6 +6389,9 @@ begin
|
||||
|
||||
// Clear error log
|
||||
ClearErrorList;
|
||||
|
||||
// Clear metadata
|
||||
FMetaData.Clear;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user