SynEdit: Minor optimization.

git-svn-id: trunk@30052 -
This commit is contained in:
juha 2011-03-28 10:05:11 +00:00
parent 6ae245e8c8
commit 3d82f1d685

View File

@ -7208,9 +7208,7 @@ begin
// user has been prompted and has requested to silently replace all
// so turn off prompting
if nAction = raReplaceAll then begin
if not bReplaceAll then begin
bReplaceAll := TRUE;
end;
bReplaceAll := True;
bPrompt := False;
end;
// replace text