mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 04:26:17 +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
|
||||
// so turn off prompting
|
||||
if nAction = raReplaceAll then begin
|
||||
if not bReplaceAll then begin
|
||||
bReplaceAll := TRUE;
|
||||
end;
|
||||
bReplaceAll := True;
|
||||
bPrompt := False;
|
||||
end;
|
||||
// replace text
|
||||
|
Loading…
Reference in New Issue
Block a user