Login  Register

Re: Error printing A3 paper format

Posted by R. van Twisk on Jun 27, 2011; 8:17pm
URL: https://forum.librecad.org/Error-printing-A3-paper-format-tp4511915p4529671.html

Mickele,

that macro points to:

#define ABORT_IF_ACTIVE(location) \
    if (d->printEngine->printerState() == QPrinter::Active) { \
        qWarning("%s: Cannot be changed while printer is active", location); \
        return; \
    }


So I think as long as the printer is not active,
I should beable to set the paper size.

Ries

On Jun 27, 2011, at 3:13 PM, mickele [via LibreCAD] wrote:

Line 1136 in

http://www.qt.gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt/blobs/076c6564fb466aa28b485bd927ac7fd0449097fd/src/gui/painting/qprinter.cpp


If you reply to this email, your message will be added to the discussion below:
http://librecad.1049103.n5.nabble.com/Error-printing-A3-paper-format-tp4511915p4529662.html
To start a new topic under LibreCAD, email [hidden email]
To unsubscribe from LibreCAD, click here.