hide th itembackground the first time
svn path=/trunk/KDE/kdelibs/; revision=1118439
This commit is contained in:
parent
3c05185f64
commit
be75656033
@ -98,6 +98,7 @@ class EmptyGraphicsItem : public QGraphicsWidget
|
||||
widget->installEventFilter(this);
|
||||
|
||||
if (m_layout->count() == 1) {
|
||||
m_itemBackground->hide();
|
||||
m_itemBackground->setTargetItem(widget);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user