Forward port rev 1136822:

If presentwindows does not get activated, we have to revert the tabbox state or next activation is not possible.
CCBUG: 240730

svn path=/trunk/KDE/kdebase/workspace/; revision=1136823
master
Martin Gräßlin 14 years ago
parent 933c8a453a
commit 3f10840169

@ -679,6 +679,8 @@ void PresentWindowsEffect::tabBoxAdded( int mode )
setActive( true );
if( m_activated )
effects->refTabBox();
else
m_tabBoxEnabled = false;
}
}

Loading…
Cancel
Save