mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 21:29:25 +02:00
IDE: compiler options: inherited: combine matrix options per storage
git-svn-id: trunk@41615 -
This commit is contained in:
parent
caa9c23b42
commit
c7d910efc0
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user