0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-01 03:29:49 +03:00

#281 Has been fixed

This commit is contained in:
Arin Alexandex
2020-08-08 00:18:27 +03:00
parent 4886f1f868
commit b704dee5c3
2 changed files with 2 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ void ReportEnginePrivate::collectionLoadFinished(const QString &)
page->setReportSettings(&m_reportSettings);
page->setSceneRect(-Const::SCENE_MARGIN,-Const::SCENE_MARGIN,
page->pageItem()->width()+Const::SCENE_MARGIN*2,
page->pageItem()->height()+Const::SCENE_MARGIN*2);
page->pageItem()->boundingRect().height()+Const::SCENE_MARGIN*2);
}
emit pagesLoadFinished();
}