mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 13:40:48 +02:00
synedit: fixed function result TSynEditStringsLinked.EditReplace
git-svn-id: trunk@39847 -
This commit is contained in:
parent
abd47577bd
commit
13a1d0fb80
@ -1381,7 +1381,7 @@ end;
|
||||
function TSynEditStringsLinked.EditReplace(LogX, LogY, ByteLen: Integer;
|
||||
AText: String): String;
|
||||
begin
|
||||
fSynStrings.EditReplace(LogX, LogY, ByteLen, AText);
|
||||
Result:=fSynStrings.EditReplace(LogX, LogY, ByteLen, AText);
|
||||
end;
|
||||
|
||||
procedure TSynEditStringsLinked.EditLineBreak(LogX, LogY: Integer);
|
||||
|
Loading…
Reference in New Issue
Block a user