PNS: No free-angle drag at the moment.
Fixes #3954 | https://gitlab.com/kicad/code/kicad/issues/3954
This commit is contained in:
parent
84b1ab7ce0
commit
7cb3ed456e
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue