IDE: compiler options: inherited: combine matrix options per storage

git-svn-id: trunk@41615 -
This commit is contained in:
mattias 2013-06-09 09:45:42 +00:00
parent caa9c23b42
commit c7d910efc0

View File

@ -163,6 +163,7 @@ var
procedure AddMatrixGroupNode(Grp: TBuildMatrixGroupType);
begin
if AncestorNode<>nil then exit;
AncestorNode := InhTreeView.Items.Add(nil, '');
case Grp of
bmgtEnvironment: AncestorNode.Text:='Environment';