Index: rats_act.c =================================================================== --- rats_act.c (revision 21835) +++ rats_act.c (revision 21836) @@ -129,6 +129,7 @@ memset(&fctx, 0, sizeof(fctx)); fctx.flag_set = PCB_FLAG_FOUND; fctx.flag_set_undoable = 1; + fctx.consider_rats = 1; res = pcb_find_from_xy(&fctx, PCB->Data, x, y); pcb_message(PCB_MSG_INFO, "found %ld objects\n", res); pcb_find_free(&fctx);