we need to accept hover events, even though we do nothing with them
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=733132
This commit is contained in:
parent
f88bfe32f3
commit
cda61b4888
@ -88,6 +88,7 @@ Containment::Containment(QObject* parent, const QVariantList& args)
|
||||
: Applet(parent, args),
|
||||
d(new Private)
|
||||
{
|
||||
setAcceptsHoverEvents(true);
|
||||
}
|
||||
|
||||
Containment::~Containment()
|
||||
|
Loading…
x
Reference in New Issue
Block a user