fix setTargetItem
svn path=/trunk/KDE/kdelibs/; revision=1017598
This commit is contained in:
parent
eab10293a8
commit
43506a6962
@ -99,7 +99,7 @@ void ItemBackground::setTarget(const QRectF &newGeometry)
|
|||||||
void ItemBackground::setTargetItem(QGraphicsItem *target)
|
void ItemBackground::setTargetItem(QGraphicsItem *target)
|
||||||
{
|
{
|
||||||
QRectF rect = target->boundingRect();
|
QRectF rect = target->boundingRect();
|
||||||
rect.setTopLeft(target->pos());
|
rect.moveTopLeft(target->pos());
|
||||||
setTarget(rect);
|
setTarget(rect);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user