Revert commit r919007
svn path=/trunk/KDE/kdebase/workspace/; revision=919068
This commit is contained in:
parent
29484aa5fb
commit
139b8c8f41
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