mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-26 17:59:08 +03:00
Extended area has been added to page in design mode
This commit is contained in:
@@ -130,7 +130,7 @@ void PageDesignIntf::updatePageRect()
|
||||
}
|
||||
this->setSceneRect(-Const::SCENE_MARGIN, -Const::SCENE_MARGIN,
|
||||
pageItem()->geometry().width() + Const::SCENE_MARGIN*2,
|
||||
pageItem()->geometry().height() + Const::SCENE_MARGIN*2);
|
||||
pageItem()->boundingRect().height() + Const::SCENE_MARGIN*2);
|
||||
emit sceneRectChanged(sceneRect());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user