mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02:00
eeshow/sch-render.c (render_sheet): place subsheet labels correctly
This commit is contained in:
parent
353aec1863
commit
f6352219b1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user