Add missing case to Selectable().

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16283
This commit is contained in:
Jeff Young 2023-12-07 13:15:11 +00:00
parent d8c04e4ef2
commit aa046345eb
1 changed files with 1 additions and 0 deletions

View File

@ -2752,6 +2752,7 @@ bool PCB_SELECTION_TOOL::Selectable( const BOARD_ITEM* aItem, bool checkVisibili
case PCB_SHAPE_T:
case PCB_TEXTBOX_T:
case PCB_REFERENCE_IMAGE_T:
if( m_isFootprintEditor )
{
if( !view()->IsLayerVisible( aItem->GetLayer() ) )