mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 14:39:27 +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);
|
TxtLen:=length(FText);
|
||||||
SetLength(FText,TxtLen+MovingLineLen);
|
SetLength(FText,TxtLen+MovingLineLen);
|
||||||
// save moving line
|
// 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
|
if FromIndex<ToIndex then begin
|
||||||
|
|
||||||
end else begin
|
end else begin
|
||||||
|
Loading…
Reference in New Issue
Block a user