hide th itembackground the first time

svn path=/trunk/KDE/kdelibs/; revision=1118439
This commit is contained in:
Marco Martin 2010-04-24 18:57:48 +00:00
parent 3c05185f64
commit be75656033

View File

@ -98,6 +98,7 @@ class EmptyGraphicsItem : public QGraphicsWidget
widget->installEventFilter(this);
if (m_layout->count() == 1) {
m_itemBackground->hide();
m_itemBackground->setTargetItem(widget);
}
}