Index: operation.c =================================================================== --- operation.c (revision 13116) +++ operation.c (revision 13117) @@ -203,6 +203,10 @@ F->subc(ctx, subc); changed = pcb_true; } + if (pcb->loose_subc) { + if (pcb_selected_operation(pcb, subc->data, F, ctx, Reset, type)) + changed = pcb_true; + } } PCB_END_LOOP; }