Supply extra (required) typeinfo.

This commit is contained in:
Jeff Young 2022-08-23 16:10:25 +01:00
parent e4bb1560c5
commit 49ecb5e3db
1 changed files with 11 additions and 0 deletions

View File

@ -341,6 +341,12 @@ constexpr bool IsInstantiableType( const KICAD_T aType )
case PCB_LOCATE_NPTH_T:
case PCB_LOCATE_BOARD_EDGE_T:
case PCB_SHAPE_LOCATE_SEGMENT_T:
case PCB_SHAPE_LOCATE_RECT_T:
case PCB_SHAPE_LOCATE_CIRCLE_T:
case PCB_SHAPE_LOCATE_ARC_T:
case PCB_SHAPE_LOCATE_POLY_T:
case PCB_DIMENSION_T:
case SCH_SCREEN_T:
@ -459,6 +465,11 @@ constexpr bool IsPcbnewType( const KICAD_T aType )
case PCB_LOCATE_PTH_T:
case PCB_LOCATE_NPTH_T:
case PCB_LOCATE_BOARD_EDGE_T:
case PCB_SHAPE_LOCATE_SEGMENT_T:
case PCB_SHAPE_LOCATE_RECT_T:
case PCB_SHAPE_LOCATE_CIRCLE_T:
case PCB_SHAPE_LOCATE_ARC_T:
case PCB_SHAPE_LOCATE_POLY_T:
return true;
default: