You've already forked lazarus-ccr
RxFPC:fix format integer value in RxDBGrid footer row
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5631 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1249,7 +1249,7 @@ begin
|
|||||||
if FDisplayFormat = '' then
|
if FDisplayFormat = '' then
|
||||||
Result := IntToStr(Round(FTestValue))
|
Result := IntToStr(Round(FTestValue))
|
||||||
else
|
else
|
||||||
Result := Format(FDisplayFormat, [Round(FTestValue)]);
|
Result := FormatFloat(FDisplayFormat, FTestValue);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user