diff options
| author | Matthias Melcher <github@matthiasm.com> | 2021-12-03 20:35:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-03 20:35:21 +0100 |
| commit | 0f72957a246c4b8c75a61578b66278d630100b03 (patch) | |
| tree | 3c493a9a37303588716ef54a524bc6ed2be8ff8b /src/drivers/Posix | |
| parent | c55fd6f7045e8899f341f7a73c01e5749015bfc1 (diff) | |
| parent | 596a9375305969f8104a9cd536c808cf15289074 (diff) | |
Merge branch 'fltk:master' into master
Diffstat (limited to 'src/drivers/Posix')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_Printer_Driver.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx index b93a5ec28..a81596d5d 100644 --- a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx @@ -327,7 +327,6 @@ int Fl_Posix_Printer_Driver::begin_job(int pages, int *firstpage, int *lastpage, return 2; } ps->close_command(pclose); - Fl_Surface_Device::push_current(this); return ps->start_postscript(pages, format, layout); // start printing } |
