mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 10:20:19 +02:00
parent
650767b247
commit
ca93fe85e5
@ -586,7 +586,7 @@ begin
|
||||
Result:=IntToStr(round(d*10000));
|
||||
while length(Result)<3 do Result:='0'+Result;
|
||||
Result:=copy(Result,1,length(Result)-2)
|
||||
+DefaultFormatSettings.ThousandSeparator+RightStr(Result,2)+'%';
|
||||
+DefaultFormatSettings.DecimalSeparator+RightStr(Result,2)+'%';
|
||||
end;
|
||||
|
||||
function TPPUListDialog.BytesToStr(b: int64): string;
|
||||
|
Loading…
Reference in New Issue
Block a user