add a missing restore linewidth after a ps/pdf print full

This commit is contained in:
stefan schippers 2025-04-16 11:26:16 +02:00
parent cf3fa993bd
commit 328f4443b5
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}