Date:2016-08-22 18:20:29 (7 years 3 months ago)
Author:Werner Almesberger
Commit:bbd8c5507f9b05ec08931025e55776a273c5aea9
Message:eeshow/kicad/sch-parse.c (recurse_sheet): don't forget to copy sheet size

Files: eeshow/kicad/sch-parse.c (1 diff)

Change Details

eeshow/kicad/sch-parse.c
354354                ctx->curr_sheet = parent;
355355                sheet->title = stralloc(other->title);
356356                sheet->objs = other->objs;
357                sheet->w = other->w;
358                sheet->h = other->h;
357359                return sheet;
358360            }
359361    }

Archive Download the corresponding diff file

Branches:
master



interactive