mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 16:49:07 +03:00
Merge branch 'master' into 1.4
This commit is contained in:
@@ -748,7 +748,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