add a missing restore linewidth after a ps/pdf print full
This commit is contained in:
parent
cf3fa993bd
commit
328f4443b5
|
|
@ -1576,6 +1576,7 @@ void create_ps(char **psfile, int what, int fullzoom, int eps)
|
|||
/* restore original size and zoom factor */
|
||||
if(fullzoom == 1) {
|
||||
save_restore_zoom(0, &zi);
|
||||
change_linewidth(xctx->lw);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue