Allow groups in groups
This was allowed in the qa test, so we allow it going forward
This commit is contained in:
parent
4a4fab78a3
commit
137b4de1c2
|
@ -59,6 +59,7 @@ bool PCB_GROUP::IsGroupableType( KICAD_T aType )
|
|||
case PCB_FP_DIM_RADIAL_T:
|
||||
case PCB_FP_DIM_ORTHOGONAL_T:
|
||||
case PCB_FP_ZONE_T:
|
||||
case PCB_GROUP_T:
|
||||
case PCB_TRACE_T:
|
||||
case PCB_VIA_T:
|
||||
case PCB_ARC_T:
|
||||
|
|
Loading…
Reference in New Issue