mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 16:49:07 +03:00
Band background color has been fixed
This commit is contained in:
@@ -741,7 +741,10 @@ void BandDesignIntf::childBandDeleted(QObject *band)
|
||||
|
||||
QColor BandDesignIntf::alternateBackgroundColor() const
|
||||
{
|
||||
return m_alternateBackgroundColor;
|
||||
if (metaObject()->indexOfProperty("alternateBackgroundColor")!=-1)
|
||||
return m_alternateBackgroundColor;
|
||||
else
|
||||
return backgroundColor();
|
||||
}
|
||||
|
||||
void BandDesignIntf::setAlternateBackgroundColor(const QColor &alternateBackgroundColor)
|
||||
|
Reference in New Issue
Block a user