mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*CtrlLib: PrinterJob in GUI_X11 now default initializes page to A4, fixes issue with printing without the dialog
git-svn-id: svn://ultimatepp.org/upp/trunk@3585 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
86d05864cc
commit
61e96ccdd1
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ PrinterJob::PrinterJob(const char *_name)
|
|||
name = _name;
|
||||
from = to = 1;
|
||||
current = 1;
|
||||
pgsz = Size(6000 * 210 / 254, 6000 * 297 / 254);
|
||||
}
|
||||
|
||||
PrinterJob::~PrinterJob()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue