Fixed issue #494. Printing is not working.

(grafted from 8bb1ab7575e8e04d0feb91c506facae80d22e4d8)

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-06-17 17:58:39 +03:00
parent c3ddf18063
commit f3c66827aa
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -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;