0
0
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:
fralx
2022-01-12 16:52:01 +03:00
parent 476254e009
commit c11e47b1cb
2 changed files with 3 additions and 6 deletions

View File

@@ -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());
}