Don't start highlight window for minimized windows.
svn path=/trunk/KDE/kdebase/workspace/; revision=966588
This commit is contained in:
parent
d8178fa8c5
commit
9cb47b6f84
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void HighlightWindowEffect::propertyNotify( EffectWindow* w, long a )
|
||||||
kDebug(1212) << "Invalid window targetted for highlight. Requested:" << data[i];
|
kDebug(1212) << "Invalid window targetted for highlight. Requested:" << data[i];
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if( foundWin->isOnCurrentDesktop() )
|
if( foundWin->isOnCurrentDesktop() && !foundWin->isMinimized() )
|
||||||
m_highlightedWindows.append( foundWin );
|
m_highlightedWindows.append( foundWin );
|
||||||
found = true;
|
found = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue