Revert commit 919009

svn path=/branches/KDE/4.2/kdebase/workspace/; revision=919070
This commit is contained in:
Martin Gräßlin 2009-01-31 13:16:16 +00:00
parent 9a31e8f3d9
commit da9b11aeb5

View file

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