Index: select.c =================================================================== --- select.c (revision 15604) +++ select.c (revision 15605) @@ -639,8 +639,10 @@ PCB_FLAG_ASSIGN(PCB_FLAG_SELECTED, Flag, text); } PCB_END_LOOP; +#if 0 pcb_elem_name_invalidate_draw(element); pcb_elem_invalidate_draw(element); +#endif changed = pcb_true; } }