I wonder why I disallowed sending of !isMovable() windows between virtual desktops.
svn path=/trunk/KDE/kdebase/workspace/; revision=749712
This commit is contained in:
parent
a66ee67b28
commit
fc2cb81009
1 changed files with 1 additions and 2 deletions
|
@ -344,8 +344,7 @@ void EffectsHandlerImpl::moveWindow( EffectWindow* w, const QPoint& pos )
|
|||
|
||||
void EffectsHandlerImpl::windowToDesktop( EffectWindow* w, int desktop )
|
||||
{
|
||||
Client* cl = dynamic_cast< Client* >( static_cast<EffectWindowImpl*>(w)->window());
|
||||
if( cl && cl->isMovable())
|
||||
if( Client* cl = dynamic_cast< Client* >( static_cast<EffectWindowImpl*>(w)->window()))
|
||||
Workspace::self()->sendClientToDesktop( cl, desktop, true );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue