parent
7712465e2c
commit
a9a4ee5dfc
|
|
@ -1449,6 +1449,7 @@ type TCustomMemo = class(TCustomScrollControl,TCustomMemoCmd) //
|
||||||
if vi<>" " or vi="\t" then
|
if vi<>" " or vi="\t" then
|
||||||
begin
|
begin
|
||||||
nx := i;
|
nx := i;
|
||||||
|
if fCaretX = nx then nx := 1;
|
||||||
break;
|
break;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue