fix #454 - AV when searching in a whole project and no files opened

This commit is contained in:
Basile Burg 2019-03-27 16:24:40 +01:00
parent fd39a248c0
commit dfac54d407
1 changed files with 2 additions and 3 deletions

View File

@ -396,12 +396,11 @@ begin
fSearchMru.Insert(0,fToFind);
cbToFind.Items.Assign(fSearchMru);
fDocSelStart := fDoc.BlockBegin;
fDocSelStop := fDoc.BlockEnd;
case fFindScope of
scDoc, scSel:
begin
fDocSelStart := fDoc.BlockBegin;
fDocSelStop := fDoc.BlockEnd;
findAll(fDoc.fileName, fDoc.Lines, true);
end;