BUG: 195518

BUG: 182425
BUG: 181898


svn path=/trunk/KDE/kdebase/workspace/; revision=978605
This commit is contained in:
Thomas Lübking 2009-06-07 17:25:16 +00:00
parent a97146ccda
commit fbedac8cad

View file

@ -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;