Reserve shift for grid modification

(cherry picked from commit f75e6dae84)
This commit is contained in:
Seth Hillbrand 2024-05-17 12:14:43 -07:00
parent f22c904352
commit 64e3e17143
1 changed files with 1 additions and 6 deletions

View File

@ -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 ) )
{