Revert commit 919009
svn path=/branches/KDE/4.2/kdebase/workspace/; revision=919070
This commit is contained in:
parent
9a31e8f3d9
commit
da9b11aeb5
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue