Fix switch stmt fall-through.
This commit is contained in:
parent
ef321e5fcd
commit
2a3c4d0a03
|
@ -1348,6 +1348,8 @@ void PCB_SELECTION_TOOL::selectAllConnectedTracks(
|
|||
|
||||
for( const auto& point : shape->GetConnectionPoints() )
|
||||
activePts.push_back( { point, startItem->GetLayerSet() } );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue