work with windows on all desktops
BUG: 190840 svn path=/trunk/KDE/kdebase/workspace/; revision=959955
This commit is contained in:
parent
c6c6af61a6
commit
33d2f0398b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ void SlideBackEffect::windowActivated( EffectWindow* w )
|
|||
}
|
||||
else
|
||||
{
|
||||
if( isWindowUsable( tmp ) && tmp->isOnDesktop( w->desktop() ) )
|
||||
if( isWindowUsable( tmp ) && ( tmp->isOnDesktop( w->desktop() ) || w->isOnAllDesktops() ) )
|
||||
{
|
||||
// Do we have to move it?
|
||||
if( intersects( w, tmp->geometry() ) )
|
||||
|
|
Loading…
Reference in a new issue