Include arcs in create array. (Thanks to RigoLigoRLC.)

Fixes https://gitlab.com/kicad/code/kicad/issues/6491
This commit is contained in:
Jeff Young 2021-07-08 18:27:14 +01:00
parent fbd267665b
commit e895af4ec6
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ void ARRAY_CREATOR::Invoke()
case PCB_SHAPE_T:
case PCB_TEXT_T:
case PCB_TRACE_T:
case PCB_ARC_T:
case PCB_VIA_T:
case PCB_DIM_ALIGNED_T:
case PCB_DIM_CENTER_T: