PNS: No free-angle drag at the moment.

Fixes #3954 | https://gitlab.com/kicad/code/kicad/issues/3954
This commit is contained in:
Seth Hillbrand 2020-02-28 11:43:37 -08:00
parent 84b1ab7ce0
commit 7cb3ed456e
1 changed files with 1 additions and 1 deletions

View File

@ -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 );