diff --git a/editor-install.exe b/editor-install.exe index 84b266b..b0fb147 100644 Binary files a/editor-install.exe and b/editor-install.exe differ diff --git a/funcext/tvclib/utslmemo.tsf b/funcext/tvclib/utslmemo.tsf index d28c2ec..3c4f4f9 100644 --- a/funcext/tvclib/utslmemo.tsf +++ b/funcext/tvclib/utslmemo.tsf @@ -2177,7 +2177,7 @@ type TCustomMemo = class(TCustomScrollControl,TCustomMemoCmd) // c := 1; end else begin - c := Column2StrPos(r,Integer((x-FGutter.Width)/fCharWidth+0.5)+FLeftChar); + c := Column2StrPos(r,Integer((x-FGutter.Width)/fCharWidth+0.1)+FLeftChar); end return array(r,max(1,c)); end diff --git a/tsleditor.exe b/tsleditor.exe index 4d0ff13..d04e355 100644 Binary files a/tsleditor.exe and b/tsleditor.exe differ diff --git a/tslvcltool.exe b/tslvcltool.exe index 72036c9..b91b373 100644 Binary files a/tslvcltool.exe and b/tslvcltool.exe differ