mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 14:20:34 +02:00
Debugger-Tests: fix test selector
git-svn-id: trunk@59641 -
This commit is contained in:
parent
02ba3da476
commit
4e95eebb41
@ -124,7 +124,7 @@ begin
|
||||
Result := TTreeNode(id).StateIndex = ord(tsChecked);
|
||||
while Result and (TTreeNode(id).Parent <> nil) do begin
|
||||
id := TTreeNode(id).Parent;
|
||||
Result := Result and TTreeNode(id).StateIndex = ord(tsChecked);
|
||||
Result := Result and (TTreeNode(id).StateIndex = ord(tsChecked));
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user