mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
codetools: fixed FindMissingUnits
git-svn-id: branches/fixes_1_8@56270 -
This commit is contained in:
parent
4149cf0778
commit
c6b2fe6ef4
@ -1579,7 +1579,7 @@ begin
|
||||
if FixCase then
|
||||
SourceChangeCache.MainScanner:=Scanner;
|
||||
try
|
||||
if not CheckUsesSection(FindMainUsesNode(true)) then exit;
|
||||
if not CheckUsesSection(FindMainUsesNode) then exit;
|
||||
if SearchImplementation
|
||||
and not CheckUsesSection(FindImplementationUsesNode) then exit;
|
||||
except
|
||||
|
Loading…
Reference in New Issue
Block a user