mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
Spliting TextItem and multi variables output have been fixed
This commit is contained in:
@@ -768,7 +768,9 @@ BandDesignIntf* ReportRender::sliceBand(BandDesignIntf *band, BandDesignIntf* pa
|
||||
band = saveUppperPartReturnBottom(band,m_maxHeightByColumn[m_currentColumn],patternBand);
|
||||
if (!band->isEmpty()) {
|
||||
if (band->autoHeight()){
|
||||
band->setHeight(0);
|
||||
if (band->isNeedUpdateSize(FirstPass)){
|
||||
band->setHeight(0);
|
||||
}
|
||||
band->updateItemSize(m_datasources);
|
||||
}
|
||||
DataBandDesignIntf* data = dynamic_cast<DataBandDesignIntf*>(band);
|
||||
|
Reference in New Issue
Block a user