修改编辑器选择细节

This commit is contained in:
2024-10-12 13:23:36 +08:00
parent 4a548c4861
commit ecd035891d
4 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.