Selection routines should never be snapped.

This commit is contained in:
Jeff Young 2021-05-09 18:14:41 +01:00
parent f03152a548
commit 7c66a0a594
1 changed files with 1 additions and 1 deletions

View File

@ -1349,7 +1349,7 @@ EDA_ITEM* EE_SELECTION_TOOL::GetNode( VECTOR2I aPosition )
int EE_SELECTION_TOOL::SelectNode( const TOOL_EVENT& aEvent )
{
VECTOR2I cursorPos = getViewControls()->GetCursorPosition( !aEvent.Modifier( MD_ALT ) );
VECTOR2I cursorPos = getViewControls()->GetCursorPosition( false );
SelectPoint( cursorPos, nodeTypes );