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
|
||||
Result := IntToStr(Round(FTestValue))
|
||||
else
|
||||
Result := Format(FDisplayFormat, [Round(FTestValue)]);
|
||||
Result := FormatFloat(FDisplayFormat, FTestValue);
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Reference in New Issue
Block a user