Revert commit r919007

svn path=/trunk/KDE/kdebase/workspace/; revision=919068
This commit is contained in:
Martin Gräßlin 2009-01-31 13:15:14 +00:00
parent 29484aa5fb
commit 139b8c8f41

View file

@ -201,9 +201,7 @@ void CoverSwitchEffect::paintScreen( int mask, QRegion region, ScreenPaintData&
rightIndex = 0;
EffectWindow* frontWindow = tempList[ index ];
if( !leftWindows.isEmpty() )
leftWindows.clear();
if( !rightWindows.isEmpty() )
rightWindows.clear();
bool evenWindows = ( tempList.count() % 2 == 0 ) ? true : false;