Index: trunk/src_plugins/fontmode/fontmode.c =================================================================== --- trunk/src_plugins/fontmode/fontmode.c (revision 38412) +++ trunk/src_plugins/fontmode/fontmode.c (revision 38413) @@ -176,7 +176,7 @@ } } - w = maxx + g->xdelta + ox; + w = g->width + g->xdelta + ox; pcb_line_new_merge(lwidth, w, miny + oy, w, maxy + oy, RND_MIL_TO_COORD(1), RND_MIL_TO_COORD(1), pcb_no_flags()); } }