For some reason the icon caching doesn't work here so let's just disable it for now.

svn path=/trunk/KDE/kdebase/workspace/; revision=749165
This commit is contained in:
Rivo Laks 2007-12-16 18:31:33 +00:00
parent 7515cc8e0e
commit 6827a0cc32

View file

@ -1022,7 +1022,8 @@ void PresentWindowsEffect::paintWindowIcon( EffectWindow* w, WindowPaintData& pa
}
WindowData& data = mWindowData[ w ];
if( data.icon.serialNumber() != w->icon().serialNumber())
// TODO: find out why this doesn't work properly
// if( data.icon.cacheKey() != w->icon().cacheKey())
{ // make sure data.icon is the right QPixmap, and rebind
data.icon = w->icon();
#ifdef HAVE_OPENGL