mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
Cache clearing has been added
This commit is contained in:
parent
9b914b05fd
commit
9756ddde9c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user