Merge branch 'KDE/4.8'
This commit is contained in:
commit
b052f6429f
1 changed files with 2 additions and 1 deletions
|
@ -1803,6 +1803,7 @@ void PresentWindowsEffect::setHighlightedWindow(EffectWindow *w)
|
|||
if (w == m_highlightedWindow || (w != NULL && !m_motionManager.isManaging(w)))
|
||||
return;
|
||||
|
||||
if (m_closeView)
|
||||
m_closeView->hide();
|
||||
if (m_highlightedWindow) {
|
||||
effects->setElevatedWindow(m_highlightedWindow, false);
|
||||
|
|
Loading…
Reference in a new issue