Fix compil issue (change PCB_REFERENCE_IMAGE_T to old name PCB_BITMAP_T)

This commit is contained in:
jean-pierre charras 2023-12-07 17:50:45 +01:00
parent e3369608fd
commit e3d45fb37b
1 changed files with 1 additions and 1 deletions

View File

@ -2580,7 +2580,7 @@ bool PCB_SELECTION_TOOL::Selectable( const BOARD_ITEM* aItem, bool checkVisibili
case PCB_FP_SHAPE_T:
case PCB_FP_TEXTBOX_T:
case PCB_REFERENCE_IMAGE_T:
case PCB_BITMAP_T:
if( m_isFootprintEditor )
{
if( !view()->IsLayerVisible( aItem->GetLayer() ) )