SVN commit 1017945 by aseigo: order and parent the background according to the item M +2 -0 itembackground.cpp --- trunk/KDE/kdelibs/plasma/widgets/itembackground.cpp #1017944:1017945 @@ -133,6 +133,8 @@ } if (target) { + setZValue(target->zValue() - 1); + setParentItem(target->parentItem()); QRectF rect = target->boundingRect(); rect.moveTopLeft(target->pos()); setTarget(rect);