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