put this unreasonably high up so that we really limit the possibility of applets running into it
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=774333
This commit is contained in:
parent
90c26ae4ad
commit
a2c89abc03
@ -84,7 +84,7 @@ DesktopToolbox::DesktopToolbox(QGraphicsItem *parent)
|
||||
m_animFrame(0)
|
||||
{
|
||||
setAcceptsHoverEvents(true);
|
||||
setZValue(10000);
|
||||
setZValue(10000000);
|
||||
setFlag(ItemClipsToShape, true);
|
||||
setFlag(ItemClipsChildrenToShape, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user