Fix test failure.

This commit is contained in:
Jeff Young 2021-12-25 15:34:50 +00:00
parent d105e773a1
commit 19c3481148
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ constexpr bool IsPcbnewType( const KICAD_T aType )
case PCB_FP_DIM_ALIGNED_T: case PCB_FP_DIM_ALIGNED_T:
case PCB_FP_DIM_LEADER_T: case PCB_FP_DIM_LEADER_T:
case PCB_FP_DIM_CENTER_T: case PCB_FP_DIM_CENTER_T:
case PCB_FP_DIM_RADIAL_T:
case PCB_FP_DIM_ORTHOGONAL_T: case PCB_FP_DIM_ORTHOGONAL_T:
case PCB_FP_ZONE_T: case PCB_FP_ZONE_T:
case PCB_TRACE_T: case PCB_TRACE_T: