Fixed "select copper connection".
This commit is contained in:
parent
718053376d
commit
ca27eeb5c7
|
@ -910,6 +910,7 @@ void PNS_ROUTER::CommitRouting( PNS_NODE* aNode )
|
|||
}
|
||||
}
|
||||
|
||||
m_board->GetRatsnest()->Recalculate();
|
||||
m_world->Commit( aNode );
|
||||
}
|
||||
|
||||
|
|
|
@ -383,7 +383,7 @@ bool SELECTION_TOOL::selectCursor( bool aSelectAlways )
|
|||
if( aSelectAlways || m_selection.Empty() )
|
||||
{
|
||||
clearSelection();
|
||||
selectPoint( getView()->ToWorld( getViewControls()->GetMousePosition() ) );
|
||||
selectPoint( getViewControls()->GetCursorPosition() );
|
||||
}
|
||||
|
||||
return !m_selection.Empty();
|
||||
|
|
Loading…
Reference in New Issue