*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:
cxl 2011-07-02 09:17:38 +00:00
parent 86d05864cc
commit 61e96ccdd1

View file

@ -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()