From 19c3481148ca1b253316b1f2773b0221fea35010 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 25 Dec 2021 15:34:50 +0000 Subject: [PATCH] Fix test failure. --- include/core/typeinfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/core/typeinfo.h b/include/core/typeinfo.h index a8716f5c46..d5f125faab 100644 --- a/include/core/typeinfo.h +++ b/include/core/typeinfo.h @@ -406,6 +406,7 @@ constexpr bool IsPcbnewType( const KICAD_T aType ) case PCB_FP_DIM_ALIGNED_T: case PCB_FP_DIM_LEADER_T: case PCB_FP_DIM_CENTER_T: + case PCB_FP_DIM_RADIAL_T: case PCB_FP_DIM_ORTHOGONAL_T: case PCB_FP_ZONE_T: case PCB_TRACE_T: