Index: obj_pstk_act.c =================================================================== --- obj_pstk_act.c (revision 38612) +++ obj_pstk_act.c (revision 38613) @@ -352,7 +352,7 @@ return 0; } - if ((type = pcb_search_screen(x, y, PCB_OBJ_PSTK, &ptr1, &ptr2, &ptr3)) != PCB_OBJ_PSTK) { + if ((type = pcb_search_screen(x, y, PCB_OBJ_PSTK | PCB_OBJ_SUBC_PART, &ptr1, &ptr2, &ptr3)) != PCB_OBJ_PSTK) { rnd_message(RND_MSG_ERROR, "Need a padstack under the cursor\n"); RND_ACT_IRES(-1); return 0;