mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
master build has been fixed
This commit is contained in:
parent
2a6f8313e0
commit
8f188414ed
@ -51,7 +51,7 @@ PageItemDesignIntf::PageItemDesignIntf(QObject *owner, QGraphicsItem *parent) :
|
||||
m_fullPage(false), m_oldPrintMode(false)
|
||||
{
|
||||
setFixedPos(true);
|
||||
setPosibleResizeDirectionFlags(Fixed);
|
||||
setPossibleResizeDirectionFlags(Fixed);
|
||||
initPageSize(m_pageSize);
|
||||
}
|
||||
|
||||
@ -62,7 +62,7 @@ PageItemDesignIntf::PageItemDesignIntf(const PageSize pageSize, const QRectF &re
|
||||
m_fullPage(false), m_oldPrintMode(false)
|
||||
{
|
||||
setFixedPos(true);
|
||||
setPosibleResizeDirectionFlags(Fixed);
|
||||
setPossibleResizeDirectionFlags(Fixed);
|
||||
initPageSize(rect.size());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user