mirror of
https://github.com/fralx/LimeReport.git
synced 2025-12-13 16:30:58 +03:00
Segment intersection value calculation has been fixed
This commit is contained in:
@@ -804,7 +804,6 @@ void PageItemDesignIntf::initPageSize(const PageItemDesignIntf::PageSize &size)
|
||||
m_sizeChainging = true;
|
||||
if (m_pageSize != Custom){
|
||||
QSizeF pageSize = getRectByPageSize(size);
|
||||
qDebug() << pageSize;
|
||||
setWidth(pageSize.width());
|
||||
setHeight(pageSize.height());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user