diff --git a/pcbnew/tools/edit_tool.cpp b/pcbnew/tools/edit_tool.cpp index 82650c7f50..9d36c41b60 100644 --- a/pcbnew/tools/edit_tool.cpp +++ b/pcbnew/tools/edit_tool.cpp @@ -203,7 +203,7 @@ int EDIT_TOOL::GetAndPlace( const TOOL_EVENT& aEvent ) m_toolMgr->RunAction( PCB_ACTIONS::selectItem, true, (void*) module ); selectionTool->GetSelection().SetReferencePoint( module->GetPosition() ); - m_toolMgr->RunAction( PCB_ACTIONS::move, true ); + m_toolMgr->RunAction( PCB_ACTIONS::move, false ); } return 0;