mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 21:00:00 +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.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,
|
||||
Params);
|
||||
{$IFDEF ShowExprEval}
|
||||
|
Loading…
Reference in New Issue
Block a user