mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Band background color has been fixed
This commit is contained in:
@@ -117,7 +117,7 @@ void BaseDesignIntf::setParentReportItem(const QString &value)
|
||||
}
|
||||
}
|
||||
|
||||
QString BaseDesignIntf::parentReportItemName()
|
||||
QString BaseDesignIntf::parentReportItemName() const
|
||||
{
|
||||
BaseDesignIntf *parent = dynamic_cast<BaseDesignIntf *>(parentItem());
|
||||
if (parent) return parent->objectName();
|
||||
|
Reference in New Issue
Block a user