SynEdit: fixed final caret on replace (issue from recent changes)

git-svn-id: trunk@39962 -
This commit is contained in:
martin 2013-01-25 00:24:58 +00:00
parent d488360cad
commit f35fd2b9b6

View File

@ -7220,6 +7220,7 @@ begin
CurReplace);
ptFoundEnd:=AdjustPositionAfterReplace(ptFoundEnd,
ptFoundStart,ptFoundEnd,CurReplace);
ptFoundEndSel := ptFoundEnd;
end;
if not bReplaceAll then
exit;