mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 22:59:17 +02:00
codetools: fixed find declaration in library starting in initialization, bug #21832
git-svn-id: trunk@36974 -
This commit is contained in:
parent
28123ac857
commit
f2b5e73135
@ -3246,7 +3246,13 @@ begin
|
||||
ContextNode:=ContextNode.FirstChild; // the ctnParameterList
|
||||
end;
|
||||
|
||||
ctnProgram, ctnPackage, ctnLibrary, ctnUnit:
|
||||
ctnProgram, ctnLibrary:
|
||||
begin
|
||||
if SearchInSourceName then exit;
|
||||
MoveContextNodeToChildren;
|
||||
end;
|
||||
|
||||
ctnUnit, ctnPackage:
|
||||
if SearchInSourceName then exit;
|
||||
|
||||
ctnProperty:
|
||||
|
Loading…
Reference in New Issue
Block a user