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:
wp_xxyyzz 2020-07-27 16:15:23 +00:00
parent 866b232fa8
commit 6a91dfcf02

View File

@ -2297,6 +2297,8 @@ procedure TsCellEdit.EditingDone;
var
s: String;
begin
inherited;
if (Worksheet = nil) then
exit;