diff --git a/pcbnew/tools/edit_tool_move_fct.cpp b/pcbnew/tools/edit_tool_move_fct.cpp index c8b0e953c2..40d29443e0 100644 --- a/pcbnew/tools/edit_tool_move_fct.cpp +++ b/pcbnew/tools/edit_tool_move_fct.cpp @@ -225,7 +225,7 @@ int EDIT_TOOL::PackAndMoveFootprints( const TOOL_EVENT& aEvent ) int EDIT_TOOL::Move( const TOOL_EVENT& aEvent ) { - if( isRouterActive() ) + if( isRouterActive() || m_dragging ) { wxBell(); return 0;