mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-11-07 08:51:22 +03:00
#281 Has been fixed
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user