Index: pstk_help.c =================================================================== --- pstk_help.c (revision 30841) +++ pstk_help.c (revision 30842) @@ -250,7 +250,7 @@ if (!((lyt & (PCB_LYT_MASK | PCB_LYT_PASTE)))) continue; /* care for mask and paste objects */ - if (!pcb_intersect_obj_obj(o, c)) + if (!pcb_intersect_obj_obj(pcb_find0, o, c)) continue; /* only if intersects with the original copper pad */ for(l = 0; l < NUM_LYTS; l++) {