From kde-commits Sat Apr 24 18:57:48 2010 From: Marco Martin Date: Sat, 24 Apr 2010 18:57:48 +0000 To: kde-commits Subject: KDE/kdelibs/plasma/private Message-Id: <20100424185748.3E1BBAC8A2 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127213527914797 SVN commit 1118439 by mart: hide th itembackground the first time M +1 -0 desktoptoolbox.cpp --- trunk/KDE/kdelibs/plasma/private/desktoptoolbox.cpp #1118438:1118439 @@ -98,6 +98,7 @@ widget->installEventFilter(this); if (m_layout->count() == 1) { + m_itemBackground->hide(); m_itemBackground->setTargetItem(widget); } }