mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 04:42:11 +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);
|
||||
ptFoundEnd:=AdjustPositionAfterReplace(ptFoundEnd,
|
||||
ptFoundStart,ptFoundEnd,CurReplace);
|
||||
ptFoundEndSel := ptFoundEnd;
|
||||
end;
|
||||
if not bReplaceAll then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user