Windows on all desktops are indeed on all desktops.
svn path=/trunk/kdebase/kwin/; revision=266850
This commit is contained in:
parent
182804067c
commit
e636ef9f6b
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ void Workspace::sendClientToDesktop( Client* c, int desk, bool dont_activate )
|
|||
if ( c->desktop() == desk )
|
||||
return;
|
||||
|
||||
bool was_on_desktop = c->isOnDesktop( desk );
|
||||
bool was_on_desktop = c->isOnDesktop( desk ) || c->isOnAllDesktops();
|
||||
c->setDesktop( desk );
|
||||
|
||||
if ( c->isOnDesktop( currentDesktop() ) )
|
||||
|
|
Loading…
Reference in a new issue