diff --git a/pcbnew/tools/convert_tool.cpp b/pcbnew/tools/convert_tool.cpp index 2fdbeaaf8e..d1e4e9b411 100644 --- a/pcbnew/tools/convert_tool.cpp +++ b/pcbnew/tools/convert_tool.cpp @@ -1103,10 +1103,7 @@ int CONVERT_TOOL::CreateLines( const TOOL_EVENT& aEvent ) m_selectionTool->ClearSelection(); for( EDA_ITEM* item : selectionCopy ) - { - if( item->GetFlags() & SKIP_STRUCT ) - commit.Remove( item ); - } + commit.Remove( item ); } commit.Push( _( "Create Lines" ) );