mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 08:39:07 +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){
|
||||
m_groupfunctionItems.clear();
|
||||
foreach(BandDesignIntf* band, patternPage->bands()){
|
||||
if (band->isFooter() || band->isHeader()){
|
||||
analizeContainer(band,band);
|
||||
|
Reference in New Issue
Block a user