mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 14:09:31 +02:00
removed fpc 2.1.1 workaround, fpc has now an int64 overload of FloatToStrF
git-svn-id: trunk@8686 -
This commit is contained in:
parent
b8f76e44f5
commit
34ada0cc60
@ -241,7 +241,7 @@ begin
|
||||
if (not (csDesigning in ComponentState)) and (FAssociate <> nil)
|
||||
then begin
|
||||
if Thousands
|
||||
then FAssociate.Text := FloatToStrF(Single(FPosition), ffNumber, 0, 0)
|
||||
then FAssociate.Text := FloatToStrF(FPosition, ffNumber, 0, 0)
|
||||
else FAssociate.Text := IntToStr(FPosition);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user