mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0002174] Find and replace in files search may overwrite the wrong part of file #2
This commit is contained in:
parent
a99aa1af9d
commit
c19c5215bd
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ begin
|
|||
if not cbTextRegExp.Enabled then cbTextRegExp.Checked := False;
|
||||
|
||||
cbCaseSens.Enabled:= cbTextRegExp.Enabled or (not cbReplaceText.Checked);
|
||||
if not cbCaseSens.Enabled then cbCaseSens.Checked := False;
|
||||
if not cbCaseSens.Enabled then cbCaseSens.Checked := True;
|
||||
end;
|
||||
|
||||
{ TfrmFindDlg.Create }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue