mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-25 09:04:39 +03:00
group header printing has been fixed
This commit is contained in:
commit
fa710d2dcf
@ -449,6 +449,8 @@ BandDesignIntf* ReportRender::renderBand(BandDesignIntf *patternBand, BandDesign
|
||||
|
||||
if (!bandClone->isEmpty() || patternBand->printIfEmpty()){
|
||||
if (!registerBand(bandClone)){
|
||||
if (patternBand && patternBand->isHeader() && patternBand->reprintOnEachPage())
|
||||
m_reprintableBands.removeOne(patternBand);
|
||||
if (bandClone->canBeSplitted(m_maxHeightByColumn[m_currentColumn])){
|
||||
bandClone = sliceBand(bandClone,patternBand,isLast);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user