Browse Source

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

Fixes https://gitlab.com/kicad/code/kicad/issues/6491
6.0.7
Jeff Young 5 years ago
parent
commit
e895af4ec6
  1. 1
      pcbnew/array_creator.cpp

1
pcbnew/array_creator.cpp

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

Loading…
Cancel
Save