Fix compil issue (change PCB_REFERENCE_IMAGE_T to old name PCB_BITMAP_T)
This commit is contained in:
parent
e3369608fd
commit
e3d45fb37b
|
@ -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() ) )
|
||||
|
|
Loading…
Reference in New Issue