fpspreadsheet: Fix formulas not being recalculated when a cell value is deleted in the grid by DEL key (https://forum.lazarus.freepascal.org/index.php/topic,42365.0.html)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6615 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-08-27 21:09:21 +00:00
parent dbe8be2238
commit 7e6025369f

View File

@ -2239,6 +2239,8 @@ begin
else
// Erase all cell content
InitCell(nil, r, c, ACell^);
ChangedCell(r, c);
end;
end;