Always allow minimizing of a window if its mainwindow is minimized.
Fixes #81141. svn path=/trunk/kdebase/kwin/; revision=318491
This commit is contained in:
parent
ecb4f83baa
commit
12ecab6ff3
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ bool Client::isMinimizable() const
|
||||||
{
|
{
|
||||||
if( isSpecialWindow() && !isOverride())
|
if( isSpecialWindow() && !isOverride())
|
||||||
return false;
|
return false;
|
||||||
if( isTransient() && !wantsTabFocus())
|
if( isTransient())
|
||||||
{ // #66868 - let other xmms windows be minimized when the mainwindow is minimized
|
{ // #66868 - let other xmms windows be minimized when the mainwindow is minimized
|
||||||
bool shown_mainwindow = false;
|
bool shown_mainwindow = false;
|
||||||
ClientList mainclients = mainClients();
|
ClientList mainclients = mainClients();
|
||||||
|
|
Loading…
Reference in a new issue