mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +03:00
ReportFooter splitting has been fixed
This commit is contained in:
parent
843ecc61b4
commit
1ec6aeef7e
@ -1875,6 +1875,9 @@ void PageDesignIntf::setItemMode(BaseDesignIntf::ItemMode mode)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
foreach(PageItemDesignIntf::Ptr page, m_reportPages){
|
||||||
|
page->setItemMode(mode);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1259,6 +1259,8 @@ BandDesignIntf *ReportRender::saveUppperPartReturnBottom(BandDesignIntf *band, i
|
|||||||
upperBandPart->updateItemSize(m_datasources, FirstPass, height);
|
upperBandPart->updateItemSize(m_datasources, FirstPass, height);
|
||||||
registerBand(upperBandPart);
|
registerBand(upperBandPart);
|
||||||
upperBandPart->copyBookmarks(band);
|
upperBandPart->copyBookmarks(band);
|
||||||
|
if (patternBand->isFooter())
|
||||||
|
closeFooterGroup(m_lastDataBand);
|
||||||
} else delete upperBandPart;
|
} else delete upperBandPart;
|
||||||
|
|
||||||
if (band->columnsCount()>1 &&
|
if (band->columnsCount()>1 &&
|
||||||
|
Loading…
Reference in New Issue
Block a user