Closed himi closed 2 years ago
In SHOWINHERITED style, inherited elements can be multiple and we cannot identify sources only with a element. So I used node id to identify a source.
By this fix, with SHOWINHERITED style
package TestInherit { part def Vehicle { part engine : Engine; } part def Engine; part vehicle1 : Vehicle; }
is rendered as:
In SHOWINHERITED style, inherited elements can be multiple and we cannot identify sources only with a element. So I used node id to identify a source.