try to disable ItemSendsGeometryChanges, if won't cause problems, it could be put in several places in plasma

svn path=/trunk/KDE/kdelibs/; revision=1150355
This commit is contained in:
Marco Martin 2010-07-15 19:11:29 +00:00
parent 4c4996ac3b
commit ab688e2471

View File

@ -67,6 +67,8 @@ ItemBackground::ItemBackground(QGraphicsWidget *parent)
setFlag(ItemIsSelectable, false);
setFlag(ItemIsFocusable, false);
setFlag(QGraphicsItem::ItemSendsGeometryChanges, false);
d->frameSvg = new Plasma::FrameSvg(this);
d->anim = new QPropertyAnimation(this, "animationUpdate", this);
d->anim->setStartValue(0);