From kde-commits Fri Apr 18 07:08:02 2008 From: Laurent Montel Date: Fri, 18 Apr 2008 07:08:02 +0000 To: kde-commits Subject: extragear/plasma/applets/frame Message-Id: <1208502482.932190.15033.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120850249107019 SVN commit 798380 by mlaurent: Port it M +1 -1 frame.cpp --- trunk/extragear/plasma/applets/frame/frame.cpp #798379:798380 @@ -58,7 +58,7 @@ setHasConfigurationInterface(true); setAcceptDrops(true); setAcceptsHoverEvents(true); - //setCachePaintMode(NoCacheMode); + setCacheMode(QGraphicsItem::NoCache); resize(350, 350); m_mySlideShow = new SlideShow(); }