Show even minimized dialogs in Alt+Tab. Apparently this was intentional,

but I don't see the point.
CCMAIL: 91194-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=354400
This commit is contained in:
Luboš Luňák 2004-10-14 09:15:57 +00:00
parent 8c2bcb3380
commit d7cfd3204a

View file

@ -95,7 +95,7 @@ void TabBox::createClientList(ClientList &list, int desktop /*-1 = all*/, Client
while ( c ) while ( c )
{ {
if ( ((desktop == -1) || c->isOnDesktop(desktop)) if ( ((desktop == -1) || c->isOnDesktop(desktop))
&& (!c->isMinimized() || !c->isTransient() || c->isUtility()) && c->wantsTabFocus() ) && c->wantsTabFocus() )
{ {
if ( start == c ) if ( start == c )
{ {