Manual cherry-pick of 2075a99c

This commit is contained in:
Jon Evans 2023-08-05 20:13:15 -04:00
parent c981c3668a
commit 6f2574d0d2
1 changed files with 2 additions and 1 deletions
pcbnew/router

View File

@ -1459,9 +1459,10 @@ SHOVE::SHOVE_STATUS SHOVE::shoveIteration( int aIter )
break;
case ITEM::HOLE_T:
case ITEM::SOLID_T:
PNS_DBG( Dbg(), BeginGroup, wxString::Format( wxT( "iter %d: walk-solid " ), aIter ), 0);
st = onCollidingSolid( currentLine, (SOLID*) ni, *nearest );
st = onCollidingSolid( currentLine, ni, *nearest );
PNS_DBGN( Dbg(), EndGroup );