diff options
Diffstat (limited to 'src/gui/fpg_edit.pas')
-rw-r--r-- | src/gui/fpg_edit.pas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/fpg_edit.pas b/src/gui/fpg_edit.pas index 0f415e5d..7325544e 100644 --- a/src/gui/fpg_edit.pas +++ b/src/gui/fpg_edit.pas @@ -1500,7 +1500,6 @@ begin if ((i mod 3) = 0) and (fpgCharAt(txt,UTF8Length(txt)-UTF8Length(texte)) <> FThousandSeparator) then begin texte := FThousandSeparator + texte; - UTF8Insert(texte, txt, FCursorPos + 1); if fText[1] = '-' then begin if Pred(FCursorPos) <= UTF8Length(texte) then |