Background color rendering has been fixed

This commit is contained in:
Arin Alex
2024-06-06 22:44:02 +03:00
parent 86df3b179a
commit 0d12ce50e5
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);