correctly redraw schematic at end of hierarchical pdf export (full zoom and draw)
This commit is contained in:
parent
9cdfad3abb
commit
03a97df404
|
|
@ -95,6 +95,8 @@ void hier_psprint(void) /* netlister driver */
|
||||||
unselect_all();
|
unselect_all();
|
||||||
load_schematic(1, xctx->sch[xctx->currsch], 0);
|
load_schematic(1, xctx->sch[xctx->currsch], 0);
|
||||||
ps_draw(4); /* trailer */
|
ps_draw(4); /* trailer */
|
||||||
|
zoom_full(0, 0, 1, 0.97);
|
||||||
|
draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue