From f3c66827aa3922c78c35b9f2cb306b5aeb61add2 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 17 Jun 2016 17:58:39 +0300 Subject: [PATCH] Fixed issue #494. Printing is not working. (grafted from 8bb1ab7575e8e04d0feb91c506facae80d22e4d8) --HG-- branch : develop --- ChangeLog.txt | 1 + src/libs/vlayout/vposter.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 60d02dc15..9548d7d6e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -41,6 +41,7 @@ - [#468] Error - Tape 'Save As' should set 'Read Only' to false. - [#501] Rename Window->Close Window to Window->Close pattern. - [#515] Seam allowance wrong way. +- [#494] Printing is not working. # Version 0.4.4 April 12, 2016 - Updated measurement templates with all measurements. Added new template Aldrich/Women measurements. diff --git a/src/libs/vlayout/vposter.h b/src/libs/vlayout/vposter.h index cec5de387..965f830bb 100644 --- a/src/libs/vlayout/vposter.h +++ b/src/libs/vlayout/vposter.h @@ -70,7 +70,6 @@ private: int CountColumns(int width) const; PosterData Cut(int i, int j, const QRect &imageRect) const; - QImage Borders(int rows, int columns, int i, int j, QImage &image, int page, int sheets) const; QRect PageRect() const;