mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 05:36:22 +02:00
SynEdit: Minor optimization.
git-svn-id: trunk@30052 -
This commit is contained in:
parent
6ae245e8c8
commit
3d82f1d685
@ -7208,9 +7208,7 @@ begin
|
|||||||
// user has been prompted and has requested to silently replace all
|
// user has been prompted and has requested to silently replace all
|
||||||
// so turn off prompting
|
// so turn off prompting
|
||||||
if nAction = raReplaceAll then begin
|
if nAction = raReplaceAll then begin
|
||||||
if not bReplaceAll then begin
|
bReplaceAll := True;
|
||||||
bReplaceAll := TRUE;
|
|
||||||
end;
|
|
||||||
bPrompt := False;
|
bPrompt := False;
|
||||||
end;
|
end;
|
||||||
// replace text
|
// replace text
|
||||||
|
Loading…
Reference in New Issue
Block a user