mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-22 10:27:32 +03:00
Second pass has been fixed
This commit is contained in:
@@ -241,6 +241,13 @@ void BandDesignIntf::setBackgroundOpacity(int value)
|
||||
}
|
||||
}
|
||||
|
||||
bool BandDesignIntf::isNeedUpdateSize(RenderPass pass) const{
|
||||
foreach(BaseDesignIntf* item, childBaseItems()){
|
||||
if (item->isNeedUpdateSize(pass)) return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void BandDesignIntf::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
|
||||
{
|
||||
prepareRect(painter, option, widget);
|
||||
|
Reference in New Issue
Block a user