Spliting TextItem and multi variables output have been fixed

This commit is contained in:
Arin Alex
2016-08-02 00:38:10 +03:00
parent 6a1b244104
commit 019d213882
2 changed files with 16 additions and 9 deletions

View File

@@ -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);