You've already forked lazarus-ccr
fpspreadsheet: Fix workbook.ReadFromStream not updating attached WorksheetGrid.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6076 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -8396,6 +8396,7 @@ begin
|
||||
Recalc;
|
||||
FFormatID := AFormatID;
|
||||
finally
|
||||
FReadWriteFlag := rwfNormal;
|
||||
dec(FLockCount);
|
||||
if ok and Assigned(FOnOpenWorkbook) then // ok is true if stream has been read successfully
|
||||
FOnOpenWorkbook(self); // send common notification
|
||||
|
Reference in New Issue
Block a user