fpspreadsheet: Fix crash of Workbooksource when loading other sheets from the same workbook into a grid.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5542 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-12-19 22:17:09 +00:00
parent 32710fa5af
commit 249a40754b

View File

@ -1070,7 +1070,8 @@ procedure TsWorkbookSource.InternalLoadFromWorkbook(AWorkbook: TsWorkbook;
begin
AWorkbook.DisableNotifications;
InternalCreateNewWorkbook(AWorkbook);
if AWorkbook <> FWorkbook then
InternalCreateNewWorkbook(AWorkbook);
WorkbookOpenedHandler(self);
if AWorksheetIndex = -1 then