mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
fixed textstrings
git-svn-id: trunk@4466 -
This commit is contained in:
parent
eeed966745
commit
bd2a719afd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user