From 68f1c678dd92bd27ca1205f857cbdf04e847a132 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 20 Aug 2020 01:20:19 +0100 Subject: [PATCH] Allow DXF/SVG import onto copper layers ADDED: DXF/SVG import onto copper layers Fixes https://gitlab.com/kicad/code/kicad/issues/2341 --- pcbnew/import_gfx/dialog_import_gfx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/import_gfx/dialog_import_gfx.cpp b/pcbnew/import_gfx/dialog_import_gfx.cpp index 09219b70c4..827e8c1da7 100644 --- a/pcbnew/import_gfx/dialog_import_gfx.cpp +++ b/pcbnew/import_gfx/dialog_import_gfx.cpp @@ -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();