fixed textstrings

git-svn-id: trunk@4466 -
This commit is contained in:
mattias 2003-08-11 20:49:56 +00:00
parent eeed966745
commit bd2a719afd

View File

@ -338,7 +338,8 @@ begin
TxtLen:=length(FText);
SetLength(FText,TxtLen+MovingLineLen);
// save moving line
Move(FText[FLineRanges[FromIndex].StartPos],FText[TxtLen+1],MovingLineLen);
System.Move(FText[FLineRanges[FromIndex].StartPos],FText[TxtLen+1],
MovingLineLen);
if FromIndex<ToIndex then begin
end else begin