diff --git a/pcbnew/tools/convert_tool.cpp b/pcbnew/tools/convert_tool.cpp index 608fca0997..b7e6a04a6c 100644 --- a/pcbnew/tools/convert_tool.cpp +++ b/pcbnew/tools/convert_tool.cpp @@ -689,8 +689,7 @@ int CONVERT_TOOL::CreateLines( const TOOL_EVENT& aEvent ) { if( !IsCopperLayer( targetLayer ) ) { - if( copperLayer == UNSELECTED_LAYER ) - copperLayer = frame->SelectOneLayer( F_Cu, LSET::AllNonCuMask() ); + copperLayer = frame->SelectOneLayer( F_Cu, LSET::AllNonCuMask() ); if( copperLayer == UNDEFINED_LAYER ) // User canceled return true;