Index: tool_text.c =================================================================== --- tool_text.c (revision 31331) +++ tool_text.c (revision 31332) @@ -85,6 +85,7 @@ text.rot = 0; text.Flags = pcb_flag_make(flag); text.Scale = conf_core.design.text_scale; + text.scale_x = text.scale_y = 0; text.thickness = conf_core.design.text_thickness; text.TextString = "A"; text.fid = conf_core.design.text_font_id;