don't initialize to hover
svn path=/trunk/KDE/kdelibs/; revision=1126735
This commit is contained in:
parent
a5da2705a9
commit
f8adc81da3
@ -34,8 +34,7 @@ namespace Plasma
|
||||
FocusIndicator::FocusIndicator(QGraphicsWidget *parent, QString widget)
|
||||
: QGraphicsWidget(parent),
|
||||
m_parent(parent),
|
||||
m_background(0),
|
||||
m_prefix("hover")
|
||||
m_background(0)
|
||||
{
|
||||
setFlag(QGraphicsItem::ItemStacksBehindParent);
|
||||
setAcceptsHoverEvents(true);
|
||||
|
Loading…
Reference in New Issue
Block a user