diff --git a/widgets/itembackground.cpp b/widgets/itembackground.cpp index c3c8d293b..a09eed7d9 100644 --- a/widgets/itembackground.cpp +++ b/widgets/itembackground.cpp @@ -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);