mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02:00
eeshow/kicad/sch-parse.c (recurse_sheet): don't forget to copy sheet size
This commit is contained in:
parent
ef3d118c9e
commit
bbd8c5507f
@ -354,6 +354,8 @@ static struct sheet *recurse_sheet(struct sch_ctx *ctx,
|
|||||||
ctx->curr_sheet = parent;
|
ctx->curr_sheet = parent;
|
||||||
sheet->title = stralloc(other->title);
|
sheet->title = stralloc(other->title);
|
||||||
sheet->objs = other->objs;
|
sheet->objs = other->objs;
|
||||||
|
sheet->w = other->w;
|
||||||
|
sheet->h = other->h;
|
||||||
return sheet;
|
return sheet;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user