mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-01-26 10:51:03 +03:00
Subgroup band fixed
This commit is contained in:
parent
dea9d2a32a
commit
860be394a6
@ -705,8 +705,8 @@ void ReportRender::renderGroupHeader(BandDesignIntf *parentBand, IDataSource* da
|
|||||||
foreach (BandDesignIntf* subBand, band->childrenByType(BandDesignIntf::GroupHeader)) {
|
foreach (BandDesignIntf* subBand, band->childrenByType(BandDesignIntf::GroupHeader)) {
|
||||||
foreach(BandDesignIntf* footer, subBand->childrenByType(BandDesignIntf::GroupFooter)){
|
foreach(BandDesignIntf* footer, subBand->childrenByType(BandDesignIntf::GroupFooter)){
|
||||||
renderBand(footer, 0);
|
renderBand(footer, 0);
|
||||||
closeDataGroup(subBand);
|
|
||||||
}
|
}
|
||||||
|
closeDataGroup(subBand);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (BandDesignIntf* footer, band->childrenByType(BandDesignIntf::GroupFooter)) {
|
foreach (BandDesignIntf* footer, band->childrenByType(BandDesignIntf::GroupFooter)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user