You've already forked lazarus-ccr
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:
@@ -2922,7 +2922,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
InflateRect(cellR, -constCellPadding, -constCellPadding);
|
InflateRect(cellR, -constCellPadding, -constCellPadding);
|
||||||
|
|
||||||
s := GetCellText(ACol, ARow);
|
s := GetCellText(ACol, ARow, false);
|
||||||
if s = '' then
|
if s = '' then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user