Index: tool_text.c =================================================================== --- tool_text.c (revision 32909) +++ tool_text.c (revision 32910) @@ -87,7 +87,7 @@ text.thickness = conf_core.design.text_thickness; text.TextString = "A"; text.fid = conf_core.design.text_font_id; - pcb_text_draw_xor(&text,0,0); + pcb_text_draw_xor(&text,0,0,1); }