fpspreadsheet: Better position for "inherited" in TsCellEdit.EditingDone (reverting previous commit).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7575 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
6a91dfcf02
commit
370c5ad6c0
@ -2297,8 +2297,6 @@ procedure TsCellEdit.EditingDone;
|
||||
var
|
||||
s: String;
|
||||
begin
|
||||
inherited;
|
||||
|
||||
if (Worksheet = nil) then
|
||||
exit;
|
||||
|
||||
@ -2308,6 +2306,8 @@ begin
|
||||
end;
|
||||
|
||||
WriteToCell;
|
||||
|
||||
inherited;
|
||||
end;
|
||||
|
||||
{@@ ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user