0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 16:44:39 +03:00

master build has been fixed

This commit is contained in:
Arin Alexander 2016-09-16 03:31:22 +04:00
parent 2a6f8313e0
commit 8f188414ed

View File

@ -51,7 +51,7 @@ PageItemDesignIntf::PageItemDesignIntf(QObject *owner, QGraphicsItem *parent) :
m_fullPage(false), m_oldPrintMode(false) m_fullPage(false), m_oldPrintMode(false)
{ {
setFixedPos(true); setFixedPos(true);
setPosibleResizeDirectionFlags(Fixed); setPossibleResizeDirectionFlags(Fixed);
initPageSize(m_pageSize); initPageSize(m_pageSize);
} }
@ -62,7 +62,7 @@ PageItemDesignIntf::PageItemDesignIntf(const PageSize pageSize, const QRectF &re
m_fullPage(false), m_oldPrintMode(false) m_fullPage(false), m_oldPrintMode(false)
{ {
setFixedPos(true); setFixedPos(true);
setPosibleResizeDirectionFlags(Fixed); setPossibleResizeDirectionFlags(Fixed);
initPageSize(rect.size()); initPageSize(rect.size());
} }