Fix switch stmt fall-through.

This commit is contained in:
Jeff Young 2023-08-14 19:10:59 +01:00
parent ef321e5fcd
commit 2a3c4d0a03
1 changed files with 2 additions and 0 deletions

View File

@ -1348,6 +1348,8 @@ void PCB_SELECTION_TOOL::selectAllConnectedTracks(
for( const auto& point : shape->GetConnectionPoints() )
activePts.push_back( { point, startItem->GetLayerSet() } );
break;
}
default: