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,9 +201,7 @@ void CoverSwitchEffect::paintScreen( int mask, QRegion region, ScreenPaintData&
|
||||||
rightIndex = 0;
|
rightIndex = 0;
|
||||||
|
|
||||||
EffectWindow* frontWindow = tempList[ index ];
|
EffectWindow* frontWindow = tempList[ index ];
|
||||||
if( !leftWindows.isEmpty() )
|
|
||||||
leftWindows.clear();
|
leftWindows.clear();
|
||||||
if( !rightWindows.isEmpty() )
|
|
||||||
rightWindows.clear();
|
rightWindows.clear();
|
||||||
|
|
||||||
bool evenWindows = ( tempList.count() % 2 == 0 ) ? true : false;
|
bool evenWindows = ( tempList.count() % 2 == 0 ) ? true : false;
|
||||||
|
|
Loading…
Reference in a new issue