From 25e44a3bd6ee31d42e90ec59e5098ad308372258 Mon Sep 17 00:00:00 2001 From: Andrey Sotnikov Date: Sun, 8 Sep 2024 20:44:46 +0500 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=81=D1=8F=D1=82=D0=B8=D1=87=D0=BD=D0=BE=D0=B9=20=D1=82?= =?UTF-8?q?=D0=BE=D1=87=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D1=82=D0=BE=D1=87?= =?UTF-8?q?=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainformunit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainformunit.pas b/src/mainformunit.pas index bb36777..b21cef2 100644 --- a/src/mainformunit.pas +++ b/src/mainformunit.pas @@ -106,7 +106,7 @@ end; procedure TMainForm.FormCreate(Sender: TObject); begin - FormatSettings.DecimalSeparator := ','; + FormatSettings.DecimalSeparator := '.'; MainForm.Left := Screen.Width - MainForm.Width - 16; MainForm.Top := Screen.Height - MainForm.Height - 64; AssociateHotkeys(Handle);