0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

Finish 1.4.62

This commit is contained in:
Arin Alex
2018-01-23 21:02:14 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -985,6 +985,7 @@ void BandDesignIntf::updateItemSize(DataSourceManager* dataManager, RenderPass p
{
qreal spaceBorder=0;
if (keepBottomSpaceOption()) spaceBorder = bottomSpace();
spaceBorder = spaceBorder>0 ? spaceBorder : 0;
if (borderLines()!=0){
spaceBorder += borderLineSize();
}