From cefc5268abd71bf79d84753b557ae3995c653d63 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 16 Nov 2022 18:36:00 +0000 Subject: [PATCH] Allow pads in selection and filter them for free-pads later. Fixes https://gitlab.com/kicad/code/kicad/issues/12912 --- pcbnew/tools/position_relative_tool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/tools/position_relative_tool.cpp b/pcbnew/tools/position_relative_tool.cpp index 7e77507c91..d8e860d473 100644 --- a/pcbnew/tools/position_relative_tool.cpp +++ b/pcbnew/tools/position_relative_tool.cpp @@ -73,7 +73,6 @@ int POSITION_RELATIVE_TOOL::PositionRelative( const TOOL_EVENT& aEvent ) { sTool->FilterCollectorForHierarchy( aCollector, true ); sTool->FilterCollectorForMarkers( aCollector ); - sTool->FilterCollectorForFreePads( aCollector ); }, !m_isFootprintEditor /* prompt user regarding locked items */ );