mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 03:39:48 +03:00
Cache clearing has been added
This commit is contained in:
@@ -214,6 +214,7 @@ void ReportRender::analizeContainer(BaseDesignIntf* item, BandDesignIntf* band){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ReportRender::analizePage(PageItemDesignIntf* patternPage){
|
void ReportRender::analizePage(PageItemDesignIntf* patternPage){
|
||||||
|
m_groupfunctionItems.clear();
|
||||||
foreach(BandDesignIntf* band, patternPage->bands()){
|
foreach(BandDesignIntf* band, patternPage->bands()){
|
||||||
if (band->isFooter() || band->isHeader()){
|
if (band->isFooter() || band->isHeader()){
|
||||||
analizeContainer(band,band);
|
analizeContainer(band,band);
|
||||||
|
Reference in New Issue
Block a user