mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-22 10:27:32 +03:00
#286 Alternate colors issue has been fixed
This commit is contained in:
@@ -249,6 +249,12 @@ bool BandDesignIntf::isNeedUpdateSize(RenderPass pass) const{
|
||||
return false;
|
||||
}
|
||||
|
||||
void BandDesignIntf::copyBandAttributes(BandDesignIntf *source)
|
||||
{
|
||||
this->copyBookmarks(source);
|
||||
this->setBackgroundColor(source->backgroundColor());
|
||||
}
|
||||
|
||||
void BandDesignIntf::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
|
||||
{
|
||||
prepareRect(painter, option, widget);
|
||||
|
Reference in New Issue
Block a user