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(); }