Allow groups in groups

This was allowed in the qa test, so we allow it going forward
This commit is contained in:
Seth Hillbrand 2022-11-28 11:28:04 -08:00
parent 4a4fab78a3
commit 137b4de1c2
1 changed files with 1 additions and 0 deletions

View File

@ -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: