mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-18 18:20:20 +02:00
MG: fixed finddeclaration
git-svn-id: trunk@1623 -
This commit is contained in:
parent
e98e669d0a
commit
b875d995f1
@ -3458,7 +3458,7 @@ begin
|
|||||||
|
|
||||||
Result.Desc:=CurExprDesc;
|
Result.Desc:=CurExprDesc;
|
||||||
Result.Context:=CurContext;
|
Result.Context:=CurContext;
|
||||||
if Result.Desc=xtContext then
|
if (Result.Desc=xtContext) and (not (fdfFindVariable in StartFlags)) then
|
||||||
Result:=Result.Context.Tool.ConvertNodeToExpressionType(Result.Context.Node,
|
Result:=Result.Context.Tool.ConvertNodeToExpressionType(Result.Context.Node,
|
||||||
Params);
|
Params);
|
||||||
{$IFDEF ShowExprEval}
|
{$IFDEF ShowExprEval}
|
||||||
|
Loading…
Reference in New Issue
Block a user