mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 06:38:30 +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);
|
||||
NLines := NLines + NL;
|
||||
LNLines.Caption := FormatFloat('#,##0',NLines);
|
||||
LNLines.Caption := AnsiToUTF8(FormatFloat('#,##0',NLines));
|
||||
Ok := false;
|
||||
end;
|
||||
If Ok then PCurrentStatus.Caption := SStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user