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:
parent
7515cc8e0e
commit
6827a0cc32
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue