properly unmanage windows if they are deleted while animation

svn path=/trunk/KDE/kdebase/workspace/; revision=972412
remotes/origin/Plasma/5.0
Michael Zanetti 17 years ago
parent 4dee88ba65
commit ccd04606cc
  1. 4
      effects/slideback/slideback.cpp

@ -338,6 +338,10 @@ void SlideBackEffect::windowDeleted( EffectWindow* w )
oldStackingOrder.removeAll( w );
coveringWindows.removeAll( w );
elevatedList.removeAll( w );
if( motionManager.isManaging( w ) )
{
motionManager.unmanage( w );
}
}
void SlideBackEffect::windowAdded( KWin::EffectWindow* w )

Loading…
Cancel
Save