Fixed "select copper connection".

This commit is contained in:
Maciej Suminski 2015-07-09 20:04:54 +02:00
parent 718053376d
commit ca27eeb5c7
2 changed files with 2 additions and 1 deletions

View File

@ -910,6 +910,7 @@ void PNS_ROUTER::CommitRouting( PNS_NODE* aNode )
}
}
m_board->GetRatsnest()->Recalculate();
m_world->Commit( aNode );
}

View File

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