mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 02:21:04 +02:00
fixed compilation from Stephen
git-svn-id: trunk@7622 -
This commit is contained in:
parent
1b5dea0408
commit
7635fa3ea2
@ -252,7 +252,7 @@ begin
|
||||
BuildTree(Node, TTestSuite(ASuite.Test[i]))
|
||||
else
|
||||
if TObject(ASuite.Test[i]).InheritsFrom(TTestDecorator) then
|
||||
BuildTree(Node, TTestSuite(TTestDecorator(ASuite.Test[i]).Test))
|
||||
BuildTree(Node, TTestSuite(TTestDecorator(ASuite.Test[i]).Test));
|
||||
node.ImageIndex := 12;
|
||||
node.SelectedIndex := 12;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user