mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-03-13 22:03:54 +03:00
Item alignment has been fixed
This commit is contained in:
parent
1ade5d0666
commit
8bbdefed20
@ -644,6 +644,11 @@ void BandDesignIntf::geometryChangedEvent(QRectF, QRectF )
|
||||
m_bandMarker->setHeight(rect().height());
|
||||
}
|
||||
}
|
||||
foreach (BaseDesignIntf* item, childBaseItems()) {
|
||||
if (item->itemAlign()!=DesignedItemAlign){
|
||||
item->updateItemAlign();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
QVariant BandDesignIntf::itemChange(QGraphicsItem::GraphicsItemChange change, const QVariant &value)
|
||||
|
Loading…
Reference in New Issue
Block a user