Oh, I see.
svn path=/trunk/KDE/kdebase/workspace/; revision=749713
This commit is contained in:
parent
fc2cb81009
commit
8112a66853
1 changed files with 2 additions and 1 deletions
|
@ -344,7 +344,8 @@ void EffectsHandlerImpl::moveWindow( EffectWindow* w, const QPoint& pos )
|
|||
|
||||
void EffectsHandlerImpl::windowToDesktop( EffectWindow* w, int desktop )
|
||||
{
|
||||
if( Client* cl = dynamic_cast< Client* >( static_cast<EffectWindowImpl*>(w)->window()))
|
||||
Client* cl = dynamic_cast< Client* >( static_cast<EffectWindowImpl*>(w)->window());
|
||||
if( cl && !cl->isDesktop() && !cl->isDock() && !cl->isTopMenu())
|
||||
Workspace::self()->sendClientToDesktop( cl, desktop, true );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue