Add missing case to Selectable().
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16283
This commit is contained in:
parent
d8c04e4ef2
commit
aa046345eb
|
@ -2752,6 +2752,7 @@ bool PCB_SELECTION_TOOL::Selectable( const BOARD_ITEM* aItem, bool checkVisibili
|
||||||
|
|
||||||
case PCB_SHAPE_T:
|
case PCB_SHAPE_T:
|
||||||
case PCB_TEXTBOX_T:
|
case PCB_TEXTBOX_T:
|
||||||
|
case PCB_REFERENCE_IMAGE_T:
|
||||||
if( m_isFootprintEditor )
|
if( m_isFootprintEditor )
|
||||||
{
|
{
|
||||||
if( !view()->IsLayerVisible( aItem->GetLayer() ) )
|
if( !view()->IsLayerVisible( aItem->GetLayer() ) )
|
||||||
|
|
Loading…
Reference in New Issue