diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-13 09:39:08 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-13 09:39:08 -0400 |
commit | 464f27788f298621a39c3325da6bcf27991f80c9 (patch) | |
tree | 285feeef5f1259b407689c1b22eed99d06a0a574 | |
parent | TEST: Return exit 1 for mkport.sh to test the failure email notifications (diff) | |
download | lumina-464f27788f298621a39c3325da6bcf27991f80c9.tar.gz lumina-464f27788f298621a39c3325da6bcf27991f80c9.tar.bz2 lumina-464f27788f298621a39c3325da6bcf27991f80c9.zip |
Oops - comment out a debugging break in the print routine.
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/mainUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp b/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp index 4daf8ec9..5262c875 100644 --- a/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.cpp @@ -435,7 +435,7 @@ void MainUI::paintToPrinter(QPrinter *PRINTER){ int copies = PRINTER->copyCount(); bool collate = PRINTER->collateCopies(); qDebug() << "PRINTER DPI:" << PRINTER->resolution() << PRINTER->supportedResolutions(); - return; + //return; if(PRINTER->resolution() < 300){ //Try to get 300 DPI resolution at least PRINTER->setResolution(300); |