Index: trunk/src/operation.c =================================================================== --- trunk/src/operation.c (revision 16303) +++ trunk/src/operation.c (revision 16304) @@ -187,6 +187,13 @@ PCB_END_LOOP; } + if (type & PCB_OBJ_SUBC_PART) { + PCB_SUBC_LOOP(data); + { + changed |= pcb_selected_operation(pcb, subc->data, F, ctx, Reset, type); + } + PCB_END_LOOP; + } /* process padstacks */ if (type & PCB_OBJ_PSTK && pcb->pstk_on && F->padstack) {