fpspreadsheet: Fix AutoRowHeight calculation in grid if numberic cell content is rotated.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-01-30 21:39:14 +00:00
parent ebb8ad7ad3
commit f481479e3f

View File

@ -2922,7 +2922,7 @@ begin
end;
InflateRect(cellR, -constCellPadding, -constCellPadding);
s := GetCellText(ACol, ARow);
s := GetCellText(ACol, ARow, false);
if s = '' then
exit;