Index: trunk/src_plugins/tool_std/tool_text.c =================================================================== --- trunk/src_plugins/tool_std/tool_text.c (revision 31181) +++ trunk/src_plugins/tool_std/tool_text.c (revision 31182) @@ -59,6 +59,7 @@ flag |= PCB_FLAG_ONSOLDER; if ((text = pcb_text_new(pcb_loose_subc_layer(pcb, PCB_CURRLAYER(pcb), rnd_true), pcb_font(pcb, conf_core.design.text_font_id, 1), hl->tool_x, hl->tool_y, 0, conf_core.design.text_scale, conf_core.design.text_thickness, string, pcb_flag_make(flag))) != NULL) { + pcb_obj_add_attribs((pcb_any_obj_t *)text, pcb->pen_attr, NULL); pcb_undo_add_obj_to_create(PCB_OBJ_TEXT, PCB_CURRLAYER(pcb), text, text); pcb_undo_inc_serial(); pcb_text_invalidate_draw(PCB_CURRLAYER(pcb), text);