Allow groups in groups

This was allowed in the qa test, so we allow it going forward

(cherry picked from commit 137b4de1c2)
This commit is contained in:
Seth Hillbrand 2022-11-28 11:28:04 -08:00
parent 25e3b6c1bf
commit 9d401b00d8
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ bool PCB_GROUP::IsGroupableType( KICAD_T aType )
case PCB_FP_TEXT_T:
case PCB_FP_SHAPE_T:
case PCB_FP_ZONE_T:
case PCB_GROUP_T:
case PCB_TRACE_T:
case PCB_VIA_T:
case PCB_ARC_T: