0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-02 19:56:58 +03:00

Merge tag '1.7.8' into develop

Finish 1.7.8
This commit is contained in:
Arin Alex
2024-06-06 22:44:47 +03:00
3 changed files with 345 additions and 118 deletions

View File

@@ -606,7 +606,7 @@ BandDesignIntf* ReportRender::renderBand(BandDesignIntf *patternBand, BandDesign
if (patternBand->isFooter())
m_lastRenderedFooter = patternBand;
bandClone->setBackgroundColor(makeBackgroundColor(patternBand));
bandClone->setBackgroundColor(makeBackgroundColor(bandClone));
patternBand->emitBandRendered(bandClone);
m_scriptEngineContext->setCurrentBand(bandClone);