mirror of
https://github.com/fralx/LimeReport.git
synced 2025-12-14 00:41:02 +03:00
added border for page and lrgroupbands has a sorting property
This commit is contained in:
@@ -102,6 +102,8 @@ qreal ItemsContainerDesignInft::findMaxBottom() const
|
||||
if(subItem)
|
||||
if ( subItem->isVisible() && (subItem->geometry().bottom()>maxBottom) )
|
||||
maxBottom = subItem->geometry().bottom();
|
||||
if(subItem->objectName() == "VerticalLayout22")
|
||||
qDebug()<<subItem->height();
|
||||
}
|
||||
return maxBottom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user