Reserve shift for grid modification

This commit is contained in:
Seth Hillbrand 2024-05-17 12:14:43 -07:00
parent 160a493885
commit f75e6dae84
1 changed files with 1 additions and 6 deletions

View File

@ -1814,12 +1814,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 ) )
{