1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-30 00:35:05 +03:00

eeshow/sch-render.c (render_sheet): place subsheet labels correctly

This commit is contained in:
Werner Almesberger 2016-08-11 02:43:01 -03:00
parent 353aec1863
commit f6352219b1

View File

@ -122,7 +122,7 @@ static void render_sheet(const struct sch_obj *obj,
do_hsheet_text(obj, sheet);
for (field = sheet->fields; field; field = field->next)
dwg_hlabel(obj->x, obj->y, field->s,
dwg_hlabel(field->x, field->y, field->s,
field->side, field->dim,
field->shape, NULL);
// free(field->s)