Finish track with 'activate router hotkey'
Fixes: lp:1790552 * https://bugs.launchpad.net/kicad/+bug/1790552
This commit is contained in:
parent
dd3d10d9ce
commit
009dfa411f
|
@ -799,7 +799,7 @@ void ROUTER_TOOL::performRouting()
|
|||
updateEndItem( *evt );
|
||||
m_router->Move( m_endSnapPoint, m_endItem );
|
||||
}
|
||||
else if( evt->IsClick( BUT_LEFT ) )
|
||||
else if( evt->IsClick( BUT_LEFT ) || evt->IsAction( &ACT_NewTrack ) )
|
||||
{
|
||||
updateEndItem( *evt );
|
||||
bool needLayerSwitch = m_router->IsPlacingVia();
|
||||
|
|
Loading…
Reference in New Issue