mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
Merge branch 'master' into 1.4
Conflicts: limereport/items/lrtextitem.cpp limereport/lrreportdesignwidget.cpp
This commit is contained in:
@@ -812,7 +812,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