mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 23:20:30 +02:00
SynEdit: fixed final caret on replace (issue from recent changes)
git-svn-id: trunk@39962 -
This commit is contained in:
parent
d488360cad
commit
f35fd2b9b6
@ -7220,6 +7220,7 @@ begin
|
|||||||
CurReplace);
|
CurReplace);
|
||||||
ptFoundEnd:=AdjustPositionAfterReplace(ptFoundEnd,
|
ptFoundEnd:=AdjustPositionAfterReplace(ptFoundEnd,
|
||||||
ptFoundStart,ptFoundEnd,CurReplace);
|
ptFoundStart,ptFoundEnd,CurReplace);
|
||||||
|
ptFoundEndSel := ptFoundEnd;
|
||||||
end;
|
end;
|
||||||
if not bReplaceAll then
|
if not bReplaceAll then
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user