Index: trunk/src_plugins/report/report.c =================================================================== --- trunk/src_plugins/report/report.c (revision 17840) +++ trunk/src_plugins/report/report.c (revision 17841) @@ -160,7 +160,7 @@ type = PCB_OBJ_SUBC; } type = pcb_search_screen(x, y, type, &ptr1, &ptr2, &ptr3); - if (type == PCB_OBJ_VOID) + if ((type == PCB_OBJ_VOID) && (op == NULL)) type = pcb_search_screen(x, y, REPORT_TYPES | PCB_OBJ_LOCKED, &ptr1, &ptr2, &ptr3); switch (type) {