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