Add PCB_ARCs to type enum.

Fixes https://gitlab.com/kicad/code/kicad/issues/11384
This commit is contained in:
Jeff Young 2022-04-14 00:03:06 +01:00
parent 378a2de37c
commit d01c2a6614
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ static struct EDA_ITEM_DESC
.Map( PCB_FP_DIM_LEADER_T, _HKI( "Leader" ) )
.Map( PCB_FP_ZONE_T, _HKI( "Zone" ) )
.Map( PCB_TRACE_T, _HKI( "Track" ) )
.Map( PCB_ARC_T, _HKI( "Track" ) )
.Map( PCB_VIA_T, _HKI( "Via" ) )
.Map( PCB_MARKER_T, _HKI( "Marker" ) )
.Map( PCB_DIM_ALIGNED_T, _HKI( "Dimension" ) )