Allow DXF/SVG import onto copper layers
ADDED: DXF/SVG import onto copper layers Fixes https://gitlab.com/kicad/code/kicad/issues/2341
This commit is contained in:
parent
d59c5687db
commit
68f1c678dd
|
@ -100,7 +100,6 @@ DIALOG_IMPORT_GFX::DIALOG_IMPORT_GFX( PCB_BASE_FRAME* aParent, bool aImportAsFoo
|
|||
|
||||
// Configure the layers list selector
|
||||
m_SelLayerBox->SetLayersHotkeys( false ); // Do not display hotkeys
|
||||
m_SelLayerBox->SetNotAllowedLayerSet( LSET::AllCuMask() ); // Do not use copper layers
|
||||
m_SelLayerBox->SetBoardFrame( m_parent );
|
||||
m_SelLayerBox->Resync();
|
||||
|
||||
|
|
Loading…
Reference in New Issue