fpspreadsheet: Add missing "inherited" call to TsCellEdit.EditingDone method.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7574 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
866b232fa8
commit
6a91dfcf02
@ -2297,6 +2297,8 @@ procedure TsCellEdit.EditingDone;
|
||||
var
|
||||
s: String;
|
||||
begin
|
||||
inherited;
|
||||
|
||||
if (Worksheet = nil) then
|
||||
exit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user