From kde-commits Wed Sep 30 23:43:22 2009 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Wed, 30 Sep 2009 23:43:22 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/netbook/containments/sal Message-Id: <1254354202.425655.20955.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125435420923900 SVN commit 1029878 by aseigo: delay the reset until we paint M +1 -1 sal.cpp --- trunk/KDE/kdebase/workspace/plasma/netbook/containments/sal/sal.cpp #1029877:1029878 @@ -378,7 +378,6 @@ setTabOrder(m_stripWidget, m_searchField); setTabOrder(m_searchField, m_gridScroll); - reset(); } } @@ -430,6 +429,7 @@ { KConfigGroup cg = config(); m_stripWidget->restore(cg); + reset(); } void SearchLaunch::paintInterface(QPainter *, const QStyleOptionGraphicsItem *, const QRect &)