Clean up properly.
BUG: 154270 svn path=/trunk/KDE/kdebase/workspace/; revision=762660
This commit is contained in:
parent
d40cbd887a
commit
cef15afe8a
1 changed files with 2 additions and 0 deletions
|
@ -326,6 +326,7 @@ void PresentWindowsEffect::setActive(bool active)
|
|||
mActiveness = 1; // go back from arranged position
|
||||
discardFilterTexture();
|
||||
mHighlightedWindow = NULL;
|
||||
windowFilter.clear();
|
||||
}
|
||||
effects->addRepaintFull(); // trigger next animation repaint
|
||||
}
|
||||
|
@ -341,6 +342,7 @@ void PresentWindowsEffect::effectActivated()
|
|||
|
||||
void PresentWindowsEffect::effectTerminated()
|
||||
{
|
||||
mWindowData.clear();
|
||||
// Destroy the temporary input window
|
||||
effects->destroyInputWindow( mInput );
|
||||
if( hasKeyboardGrab )
|
||||
|
|
Loading…
Reference in a new issue