Index: trunk/src/draw.c =================================================================== --- trunk/src/draw.c (revision 13578) +++ trunk/src/draw.c (revision 13579) @@ -949,6 +949,9 @@ pcb_text_t text; const char *label; char buff[128]; + +#warning TODO: split up the label draw functions so we do not need an expensive text object but can just draw low level + memset(&text, 0, sizeof(text)); label = lab_with_intconn(intconn, lab, buff, sizeof(buff)); pcb_gui->set_color(pcb_draw_out.fgGC, conf_core.appearance.color.pin_name);