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