mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 03:39:48 +03:00
Background color rendering has been fixed
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user