Fix clipping of Toolbox Buttons
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=726388
This commit is contained in:
parent
b14fb9605e
commit
d0844394f8
@ -102,6 +102,7 @@ void Containment::init()
|
||||
{
|
||||
// setCachePaintMode(NoCacheMode);
|
||||
setFlag(QGraphicsItem::ItemIsMovable, false);
|
||||
setFlag(QGraphicsItem::ItemClipsChildrenToShape, false);
|
||||
setAcceptDrops(true);
|
||||
|
||||
if (type() == DesktopContainment) {
|
||||
|
Loading…
Reference in New Issue
Block a user