mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 14:52:30 +02:00
parent
61bf5521fc
commit
fb2f0161f5
@ -909,7 +909,8 @@ begin
|
||||
While (Result=Nil) and (ANode<>Nil) do
|
||||
begin
|
||||
ANode:=ANode.Parent;
|
||||
Result:=ANode.GetNextSibling;
|
||||
if assigned(ANode) then
|
||||
Result:=ANode.GetNextSibling;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user