Reserve shift for grid modification
This commit is contained in:
parent
160a493885
commit
f75e6dae84
|
@ -1814,12 +1814,7 @@ int ROUTER_TOOL::MainLoop( const TOOL_EVENT& aEvent )
|
||||||
updateStartItem( *evt );
|
updateStartItem( *evt );
|
||||||
|
|
||||||
if( evt->HasPosition() )
|
if( evt->HasPosition() )
|
||||||
{
|
performRouting();
|
||||||
if( evt->Modifier( MD_SHIFT ) )
|
|
||||||
performDragging( PNS::DM_ANY );
|
|
||||||
else
|
|
||||||
performRouting();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else if( evt->IsAction( &ACT_PlaceThroughVia ) )
|
else if( evt->IsAction( &ACT_PlaceThroughVia ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue