correctly redraw schematic at end of hierarchical pdf export (full zoom and draw)

This commit is contained in:
Stefan Frederik 2021-06-21 19:11:36 +02:00
parent 9cdfad3abb
commit 03a97df404
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ void hier_psprint(void) /* netlister driver */
unselect_all();
load_schematic(1, xctx->sch[xctx->currsch], 0);
ps_draw(4); /* trailer */
zoom_full(0, 0, 1, 0.97);
draw();
}