Show print configuration dialog even when in fullscreen mode.
If no 'print.cfg' file is found, always shows the print configuration dialog. Clicking 'Cancel' on the print configuration dialog cancels the print! Removed messy global PRINTDLG structure.
This commit is contained in:
parent
15d9383ecc
commit
62279d117a
2 changed files with 56 additions and 43 deletions
|
|
@ -15062,7 +15062,7 @@ void do_print(void)
|
|||
/* Win32 */
|
||||
|
||||
char f[512];
|
||||
int show = (want_alt_printcommand && !fullscreen);
|
||||
int show = want_alt_printcommand;
|
||||
|
||||
snprintf(f, sizeof(f), "%s/%s", savedir, "print.cfg"); // FIXME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue