Show inactive tab windows in flip switch.
svn path=/trunk/KDE/kdebase/workspace/; revision=1065326
This commit is contained in:
parent
c8a086a855
commit
e5f84879f6
1 changed files with 2 additions and 0 deletions
|
@ -501,6 +501,8 @@ void FlipSwitchEffect::prePaintWindow( EffectWindow* w, WindowPrePaintData& data
|
|||
w->enablePainting( EffectWindow::PAINT_DISABLED_BY_DESKTOP );
|
||||
if( w->isMinimized() )
|
||||
w->enablePainting( EffectWindow::PAINT_DISABLED_BY_MINIMIZE );
|
||||
if( !w->visibleInClientGroup() )
|
||||
w->enablePainting( EffectWindow::PAINT_DISABLED_BY_CLIENT_GROUP );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue