编辑器

优化home
This commit is contained in:
JianjunLiu 2023-03-23 11:53:28 +08:00
parent 7712465e2c
commit a9a4ee5dfc
1 changed files with 1 additions and 0 deletions

View File

@ -1449,6 +1449,7 @@ type TCustomMemo = class(TCustomScrollControl,TCustomMemoCmd) //
if vi<>" " or vi="\t" then
begin
nx := i;
if fCaretX = nx then nx := 1;
break;
end
end