mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 21:28:44 +02:00
ide: fixed formatting og number of lines, when the thousand seperator is not a ansi char, fixes issue #17674
git-svn-id: trunk@27774 -
This commit is contained in:
parent
c9395f8b4c
commit
b94e0b550a
@ -232,7 +232,7 @@ begin
|
|||||||
|
|
||||||
NL := StrTointDef(S,0);
|
NL := StrTointDef(S,0);
|
||||||
NLines := NLines + NL;
|
NLines := NLines + NL;
|
||||||
LNLines.Caption := FormatFloat('#,##0',NLines);
|
LNLines.Caption := AnsiToUTF8(FormatFloat('#,##0',NLines));
|
||||||
Ok := false;
|
Ok := false;
|
||||||
end;
|
end;
|
||||||
If Ok then PCurrentStatus.Caption := SStatus;
|
If Ok then PCurrentStatus.Caption := SStatus;
|
||||||
|
Loading…
Reference in New Issue
Block a user