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:
parent
8c2bcb3380
commit
d7cfd3204a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void TabBox::createClientList(ClientList &list, int desktop /*-1 = all*/, Client
|
|||
while ( c )
|
||||
{
|
||||
if ( ((desktop == -1) || c->isOnDesktop(desktop))
|
||||
&& (!c->isMinimized() || !c->isTransient() || c->isUtility()) && c->wantsTabFocus() )
|
||||
&& c->wantsTabFocus() )
|
||||
{
|
||||
if ( start == c )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue