diff --git a/pcbnew/router/pns_dragger.cpp b/pcbnew/router/pns_dragger.cpp index 144d93902b..9f1eba4a0b 100644 --- a/pcbnew/router/pns_dragger.cpp +++ b/pcbnew/router/pns_dragger.cpp @@ -362,7 +362,7 @@ bool DRAGGER::dragWalkaround( const VECTOR2I& aP ) LINE origLine( m_draggedLine ); if( m_mode == DM_SEGMENT ) - dragged.DragSegment( aP, m_draggedSegmentIndex, thresh ); + dragged.DragSegment( aP, m_draggedSegmentIndex, false ); else dragged.DragCorner( aP, m_draggedSegmentIndex, thresh );