BUG: 195518
BUG: 182425 BUG: 181898 svn path=/trunk/KDE/kdebase/workspace/; revision=978605
This commit is contained in:
parent
a97146ccda
commit
fbedac8cad
1 changed files with 2 additions and 1 deletions
|
@ -1246,7 +1246,8 @@ void PresentWindowsEffect::setActive( bool active, bool closingTab )
|
|||
m_motionManager.manage( w );
|
||||
}
|
||||
if( m_motionManager.managedWindows().isEmpty() ||
|
||||
(( m_motionManager.managedWindows().count() == 1 ) && m_motionManager.managedWindows().first()->isOnCurrentDesktop() ))
|
||||
(( m_motionManager.managedWindows().count() == 1 ) && m_motionManager.managedWindows().first()->isOnCurrentDesktop() &&
|
||||
( m_ignoreMinimized || !m_motionManager.managedWindows().first()->isMinimized() ) ))
|
||||
{ // No point triggering if there is nothing to do
|
||||
m_activated = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue