FIX: Bug [0002174] Find and replace in files search may overwrite the wrong part of file #2

This commit is contained in:
Alexander Koblov 2018-11-05 09:24:59 +00:00
commit c19c5215bd

View file

@ -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 }