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);
|
// setCachePaintMode(NoCacheMode);
|
||||||
setFlag(QGraphicsItem::ItemIsMovable, false);
|
setFlag(QGraphicsItem::ItemIsMovable, false);
|
||||||
|
setFlag(QGraphicsItem::ItemClipsChildrenToShape, false);
|
||||||
setAcceptDrops(true);
|
setAcceptDrops(true);
|
||||||
|
|
||||||
if (type() == DesktopContainment) {
|
if (type() == DesktopContainment) {
|
||||||
|
Loading…
Reference in New Issue
Block a user